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