1
0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2024-09-15 10:12:23 +02:00

Fixed wormhole lights reset on mission abort.

Issue #124.
This commit is contained in:
Muzychenko Andrey 2022-02-07 16:57:04 +03:00
parent 29c84c37c8
commit a626572da3

View File

@ -3903,6 +3903,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;