diff --git a/source/gamestate_title.cpp b/source/gamestate_title.cpp index ae28bda..17cf865 100644 --- a/source/gamestate_title.cpp +++ b/source/gamestate_title.cpp @@ -200,10 +200,9 @@ void Title::checkInput() else if (input->checkInput(input_accept, REPEAT_FALSE) || input->checkInput(input_pause, REPEAT_FALSE)) { - if (!showCheevos) + if (state = show_loading_screen) { - // section->name = SECTION_GAME; - // section->subsection = 0; + state = fade_loading_screen; } } } @@ -281,7 +280,7 @@ void Title::update() switch (state) { case show_loading_screen: - if (counter == 200) + if (counter == 500) { counter = 0; state = fade_loading_screen;