mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-01 06:20:15 +02:00
Simplified game mode, pause.
This commit is contained in:
parent
d8ee1b9bfe
commit
43af97127b
7 changed files with 75 additions and 111 deletions
|
@ -381,7 +381,7 @@ int TPinballTable::Message(int code, float value)
|
|||
{
|
||||
timer::kill(EndGameTimeoutTimer);
|
||||
EndGame_timeout(0, this);
|
||||
pb::mode_change(1);
|
||||
pb::mode_change(GameModes::InGame);
|
||||
}
|
||||
if (LightShowTimer)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue