From 9079a51cf26ca359da7cc787d8c7d44230be43da Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sat, 12 Apr 2003 09:36:10 +0000 Subject: fixed stupid bug svn-id: r6982 --- scumm/gfx.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scumm') diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index dba5fd13c7..a3e00e8463 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -858,8 +858,7 @@ void Gdi::drawBitmap(byte *ptr, VirtScreen *vs, int x, int y, const int h, if (_vm->_features & GF_OLD_BUNDLE) { zplane_list[1] = smap_ptr + READ_LE_UINT16(smap_ptr); - } - if (_vm->_gameId == GID_MONKEY_EGA) { + } else if (_vm->_gameId == GID_MONKEY_EGA) { byte *ptr_z = smap_ptr; for (i = 0; i < numzbuf; i++) { int off = READ_LE_UINT16(ptr_z); -- cgit v1.2.3