mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 15:41:41 +00:00
M4: ORIONBURGER: Fix door open misaligned in room 602
After the cage door opens with the alien hand controlled motor, revisiting the room 602 would show the door misaligned to the left. Revisiting as in leave the room from the chute (go up one floor) and then return to the bottom floor.
This commit is contained in:
parent
a92d98d6f2
commit
a9e9ee50a8
@ -336,7 +336,7 @@ void Room602::init() {
|
||||
}
|
||||
|
||||
_series3 = series_show("602door", 0xf00, 1, -1, -1, 0, 100,
|
||||
_G(flags)[V257] / 21, _G(flags)[V257]);
|
||||
-_G(flags)[V257] / 21, _G(flags)[V257]);
|
||||
|
||||
if (_G(flags)[kGerbilCageDoor] == 1) {
|
||||
_doorShould = 63;
|
||||
|
Loading…
Reference in New Issue
Block a user