diff options
| -rw-r--r-- | engines/kyra/engine/eob.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/kyra/engine/eob.cpp b/engines/kyra/engine/eob.cpp index cdd49a75fd..af0ca4ceda 100644 --- a/engines/kyra/engine/eob.cpp +++ b/engines/kyra/engine/eob.cpp @@ -438,7 +438,7 @@ void EoBEngine::drawDoorIntern(int type, int index, int x, int y, int w, int wal  	case 4:  	case 5:  	case 6: -		y = _dscDoorY6[mDim] - shp[1]; +		y = _dscDoorY7[mDim] - shp[1];  		d1 = _dscDoorCoordsExt[index << 1] >> 3;  		d2 = _dscDoorCoordsExt[(index << 1) + 1] >> 3;  		if (_shpDmX1 > d1) | 
