startgame animations

This commit is contained in:
Zeno Rogue
2019-02-06 16:36:52 +01:00
parent 3f0bda332e
commit e2b262979b
6 changed files with 137 additions and 3 deletions
+3 -1
View File
@@ -65,8 +65,10 @@ int main(int argc, char **argv) {
start_game();
#endif
#if !ISWEB
if(showstartmenu && !vid.skipstart)
if(showstartmenu && !vid.skipstart) {
startanims::pick();
pushScreen(showStartMenu);
}
#endif
mainloop();
finishAll();