forked from jaildesigner-jailgames/jaildoctors_dilemma
Aumentado el tiempo que se muestra la pantalla de carga.
Posibilidad de saltar la pantalla ya cargada en el menu de titulo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user