mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Always reads the same spot.
svn-id: r15282
This commit is contained in:
+1
-6
@@ -1096,12 +1096,7 @@ int Gdi::getZPlanes(const byte *ptr, const byte *zplane_list[9]) const {
|
||||
int numzbuf;
|
||||
int i;
|
||||
|
||||
if (_vm->_features & GF_SMALL_HEADER)
|
||||
zplane_list[0] = ptr;
|
||||
else if (_vm->_version == 8)
|
||||
zplane_list[0] = ptr;
|
||||
else
|
||||
zplane_list[0] = _vm->findResource(MKID('SMAP'), ptr);
|
||||
zplane_list[0] = ptr;
|
||||
|
||||
if (_zbufferDisabled)
|
||||
numzbuf = 0;
|
||||
|
||||
Reference in New Issue
Block a user