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
1 changed files with 2 additions and 0 deletions

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;