forked from jaildesigner-jailgames/jaildoctors_dilemma
Corregidos dos pequeños errores de sintaxis
This commit is contained in:
@@ -200,7 +200,7 @@ void Title::checkInput()
|
||||
|
||||
else if (input->checkInput(input_accept, REPEAT_FALSE) || input->checkInput(input_pause, REPEAT_FALSE))
|
||||
{
|
||||
if (state = show_loading_screen)
|
||||
if (state == show_loading_screen)
|
||||
{
|
||||
state = fade_loading_screen;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user