mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
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:
parent
6992ddc37b
commit
a92d98d6f2
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user