1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-05 16:00:15 +02:00

fix formatting issues

This commit is contained in:
Cyrill Raccaud 2025-03-01 21:17:39 +01:00
parent 8cde252e89
commit 329fca3cb0
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 3B28827506CE9125

View file

@ -4636,7 +4636,7 @@ void control::TimeWarpPartTwoController(MessageCode code, TPinballComponent* cal
{ {
table_set_replay(4.0); table_set_replay(4.0);
} }
MissionControl(MessageCode::ControlMissionComplete, nullptr); MissionControl(MessageCode::ControlMissionComplete, nullptr);
// SpecialAddScore sets the score dirty flag. So next tick it will be redrawn. // SpecialAddScore sets the score dirty flag. So next tick it will be redrawn.
} }