mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add more info, add lang string
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
91f87fa126
commit
be77047440
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user