mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-15 14:27:37 +00:00
main loop does nothing without GUI
This commit is contained in:
@@ -709,6 +709,7 @@ void mainloopiter() {
|
||||
#endif
|
||||
|
||||
void mainloop() {
|
||||
if(noGUI) return;
|
||||
lastt = 0;
|
||||
#if ISWEB
|
||||
initweb();
|
||||
|
Reference in New Issue
Block a user