Add more info, add lang string

This commit is contained in:
AllyTally
2023-07-02 11:27:20 -03:00
committed by Misa Elizabeth Kai
parent 91f87fa126
commit be77047440
3 changed files with 101 additions and 29 deletions

View File

@@ -2437,18 +2437,18 @@ void gameinput(void)
}
}
level_debugger::input();
if (level_debugger::is_pausing())
{
return;
}
game.press_map = false;
if (key.isDown(KEYBOARD_ENTER) || key.isDown(SDLK_KP_ENTER) || key.isDown(game.controllerButton_map) )
{
game.press_map = true;
}
level_debugger::input();
if (level_debugger::is_pausing())
{
return;
}
if (game.advancetext)
{
if (game.pausescript)