Changed the first scene after the splash screen

This commit is contained in:
Kayne Ruse
2013-05-13 00:15:11 +10:00
parent cc00129542
commit 9f76b19a3c
+1 -1
View File
@@ -43,7 +43,7 @@ void Splash::RunFrame() {
} }
if (clock() - start > CLOCKS_PER_SEC*3) { if (clock() - start > CLOCKS_PER_SEC*3) {
SetNextScene(SceneList::MAINMENU); SetNextScene(SceneList::INGAME);
} }
} }