M4: ORIONBURGER: Keep Magnet vibrating when revisiting 602

If the wheel motor is running with the alien hand, then revisiting the 602 room should also show the magnet vibating

This could be an "original" bug / missed detail, since the magnet is not vibrating in this case in the demo.
This commit is contained in:
antoniou79 2024-02-20 15:10:21 +02:00 committed by Paul Gilbert
parent 6992ddc37b
commit a92d98d6f2

View File

@ -327,7 +327,7 @@ void Room602::init() {
if (_G(flags)[V277] == 6003 && _G(flags)[V278] == 1) {
_mouseWheel = series_play("612wheel", 0x5ff, 0, -1, 0, -1);
_series10 = series_play("612magnt", 0x600, 1, -1, 1, -1);
} else if (_G(game).room_id == 602) {
_mouseWheel = series_show("602wheel", 0x6ff, 0, -1, -1, 0);