I don't think I'll bother any more with this, so I'll just make it start master
authorJohn Tsiombikas <nuclear@member.fsf.org>
Fri, 17 Aug 2018 22:53:12 +0000 (01:53 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Fri, 17 Aug 2018 22:53:12 +0000 (01:53 +0300)
from the menu for now and let it be

src/screen.cc

index a0aea2f..7688652 100644 (file)
@@ -17,8 +17,8 @@ bool init_screens()
                return false;
        }
 
-       //push_screen(scr_menu);
-       push_screen(scr_game);
+       push_screen(scr_menu);
+       //push_screen(scr_game);
        return true;
 }