aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-08-22 15:02:53 +0000
committerTravis Howell2004-08-22 15:02:53 +0000
commit4f51ae998842324c268a08a6b88ca9e6f8b84c4e (patch)
tree22bd50e04bb1663927a58fd68131b284898bd2f9 /scumm/gfx.cpp
parente00f9f4a97dc2bcd1b8007a043396e49d0583b0d (diff)
downloadscummvm-rg350-4f51ae998842324c268a08a6b88ca9e6f8b84c4e.tar.gz
scummvm-rg350-4f51ae998842324c268a08a6b88ca9e6f8b84c4e.tar.bz2
scummvm-rg350-4f51ae998842324c268a08a6b88ca9e6f8b84c4e.zip
Basic start on freddemo (old version)
svn-id: r14685
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 9547fd8654..beed742fd2 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -1028,8 +1028,10 @@ void Gdi::drawBitmap(const byte *ptr, VirtScreen *vs, int x, int y, const int wi
smap_ptr = _vm->findResource(MKID('SMAP'), ptr);
// newer Humongous titles use this
+ // smap_ptr = _vm->findResource(MKID('BMAP'), ptr);
+ // HACK Until BMAP support is added
if (smap_ptr == NULL)
- smap_ptr = _vm->findResource(MKID('BMAP'), ptr);
+ return;
assert(smap_ptr);