diff --git a/client/splash.cpp b/client/splash.cpp index dc6ac12..4eff19e 100644 --- a/client/splash.cpp +++ b/client/splash.cpp @@ -43,7 +43,7 @@ void Splash::RunFrame() { } if (clock() - start > CLOCKS_PER_SEC*3) { - SetNextScene(SceneList::MAINMENU); + SetNextScene(SceneList::INGAME); } }