mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-24 09:50:19 +01:00
Merge from master: Fixed wormhole lights reset on mission abort.
Issue #124.
This commit is contained in:
parent
6ce3f654b1
commit
06ca75057d
1 changed files with 2 additions and 0 deletions
|
@ -3900,6 +3900,8 @@ void control::SelectMissionController(int code, TPinballComponent* caller)
|
|||
control_r_trek_lights_tag.Component->Message(34, 0.0);
|
||||
control_r_trek_lights_tag.Component->Message(20, 0.0);
|
||||
control_goal_lights_tag.Component->Message(20, 0.0);
|
||||
control_worm_hole_lights_tag.Component->Message(20, 0.0);
|
||||
control_bsink_arrow_lights_tag.Component->Message(20, 0.0);
|
||||
break;
|
||||
case 67:
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue