mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-01 06:20:15 +02:00
Message code enum part 2: all components except for lights.
This commit is contained in:
parent
44d5fd5097
commit
803ca14ef2
42 changed files with 329 additions and 303 deletions
|
@ -356,7 +356,7 @@ int TPinballTable::Message2(MessageCode code, float value)
|
|||
component->Message2(code, value);
|
||||
}
|
||||
break;
|
||||
case MessageCode::ResetTiltLock:
|
||||
case MessageCode::ClearTiltLock:
|
||||
LightGroup->Message(14, 0.0);
|
||||
if (TiltLockFlag)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue