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:
antoniou79 2024-02-20 15:02:21 +02:00 committed by Paul Gilbert
parent a92d98d6f2
commit a9e9ee50a8

View File

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