aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
authorJonathan Gray2003-04-26 01:38:38 +0000
committerJonathan Gray2003-04-26 01:38:38 +0000
commitb542136929d1cfafe3d8a79189ca55bfc0bea65e (patch)
tree80b5d73b2c151f3cc8edca1d0cb78f0300704988 /scumm/gfx.cpp
parentb62902f89bef36d5b15dc4cfafcb98244619a0d1 (diff)
downloadscummvm-rg350-b542136929d1cfafe3d8a79189ca55bfc0bea65e.tar.gz
scummvm-rg350-b542136929d1cfafe3d8a79189ca55bfc0bea65e.tar.bz2
scummvm-rg350-b542136929d1cfafe3d8a79189ca55bfc0bea65e.zip
make comi work again, can we branch for 0.4.0 already so all the testing actually means something?
svn-id: r7122
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 17fcff3600..7a5291c13b 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -852,8 +852,9 @@ void Gdi::drawBitmap(byte *ptr, VirtScreen *vs, int x, int y, const int h,
if (_disable_zbuffer)
numzbuf = 0;
- else if (_numZBuffer <= 1)
- numzbuf = _numZBuffer;
+// FIXME what is this supposed to do? breaks comi
+// else if (_numZBuffer <= 1)
+// numzbuf = _numZBuffer;
else {
numzbuf = _numZBuffer;
assert(numzbuf <= (int)ARRAYSIZE(zplane_list));