From 9f76b19a3ca0be1b7b2c0a8763b82f440790c5b7 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Mon, 13 May 2013 00:15:11 +1000 Subject: [PATCH] Changed the first scene after the splash screen --- client/splash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }