1
0
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:
Zeno Rogue 2017-08-18 01:15:48 +02:00
parent 9dedf6bfec
commit b055df9d94

View File

@ -709,6 +709,7 @@ void mainloopiter() {
#endif
void mainloop() {
if(noGUI) return;
lastt = 0;
#if ISWEB
initweb();