aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2003-05-10 18:31:00 +0000
committerMax Horn2003-05-10 18:31:00 +0000
commitc490ba525386525d8228086cab4bb2aa42f64cfd (patch)
tree826dabca1fc500a74305e22de422408bfd58a4fc /scumm
parentf740959216a89a6e88cf47830d19662a8c488b1e (diff)
downloadscummvm-rg350-c490ba525386525d8228086cab4bb2aa42f64cfd.tar.gz
scummvm-rg350-c490ba525386525d8228086cab4bb2aa42f64cfd.tar.bz2
scummvm-rg350-c490ba525386525d8228086cab4bb2aa42f64cfd.zip
oops
svn-id: r7417
Diffstat (limited to 'scumm')
-rw-r--r--scumm/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index c92a62a370..7bee659582 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -1100,7 +1100,7 @@ void Gdi::drawBitmap(byte *ptr, VirtScreen *vs, int x, int y, const int width, c
}
CHECK_HEAP;
- if (!(_vm->_features & GF_AFTER_V2)) {
+ if (_vm->_features & GF_AFTER_V2) {
// Do nothing here for V2 games - zplane was handled already.
} else if (flag & dbDrawMaskOnAll) {
// Sam & Max uses dbDrawMaskOnAll for things like the inventory