I don't think I'll bother any more with this, so I'll just make it start
[ld42_outofspace] / 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;
 }