mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-22 23:17:04 +00:00
main loop does nothing without GUI
This commit is contained in:
parent
9dedf6bfec
commit
b055df9d94
@ -709,6 +709,7 @@ void mainloopiter() {
|
||||
#endif
|
||||
|
||||
void mainloop() {
|
||||
if(noGUI) return;
|
||||
lastt = 0;
|
||||
#if ISWEB
|
||||
initweb();
|
||||
|
Loading…
Reference in New Issue
Block a user