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:
parent
80947888a0
commit
ea32c08c4f
5 changed files with 50 additions and 28 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue