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

Added “easy mode” cheat, aka frustration-free mode.

It involves always on center post and never closing kicker gates.
Issue #161.
This commit is contained in:
Muzychenko Andrey 2022-11-21 09:49:15 +03:00
parent 80947888a0
commit ea32c08c4f
5 changed files with 50 additions and 28 deletions

View file

@ -393,6 +393,8 @@ int TPinballTable::Message(MessageCode code, float value)
}
else
{
// Some of the control cheats persist across games.
// Was this loose anti-cheat by design?
CheatsUsed = 0;
Message(MessageCode::Reset, 0.0);
auto ball = BallList[0];