mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
DM: Fix entrance door placement
This commit is contained in:
parent
256c2c10f8
commit
644284e077
@ -707,9 +707,9 @@ void DMEngine::f439_drawEntrance() {
|
||||
}
|
||||
|
||||
void DMEngine::f438_STARTEND_OpenEntranceDoors() {
|
||||
Box rightDoorBox(109, 231, 33, 193);
|
||||
Box rightDoorBox(109, 231, 30, 193);
|
||||
byte *rightDoorBitmap = _displayMan->f489_getNativeBitmapOrGraphic(k3_entranceRightDoorGraphicIndice);
|
||||
Box leftDoorBox(0, 100, 33, 193);
|
||||
Box leftDoorBox(0, 100, 30, 193);
|
||||
uint16 leftDoorBlitFrom = 0;
|
||||
byte *leftDoorBitmap = _displayMan->f489_getNativeBitmapOrGraphic(k2_entranceLeftDoorGraphicIndice);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user