Merge from master: Fixed wormhole lights reset on mission abort.

Issue #124.
This commit is contained in:
Muzychenko Andrey 2022-02-07 16:58:45 +03:00
parent 6ce3f654b1
commit 06ca75057d
1 changed files with 2 additions and 0 deletions

View File

@ -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;