From: John Tsiombikas Date: Fri, 17 Aug 2018 22:53:12 +0000 (+0300) Subject: I don't think I'll bother any more with this, so I'll just make it start X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=ld42_outofspace;a=commitdiff_plain;h=7a2e4bf40ecac4347c565af0fc8f2a58401714e4 I don't think I'll bother any more with this, so I'll just make it start from the menu for now and let it be --- diff --git a/src/screen.cc b/src/screen.cc index a0aea2f..7688652 100644 --- a/src/screen.cc +++ b/src/screen.cc @@ -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; }