DM: Fix entrance door placement

This commit is contained in:
Bendegúz Nagy 2016-08-09 13:49:49 +02:00
parent 256c2c10f8
commit 644284e077

View File

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