aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-09-30 09:37:46 +0000
committerTravis Howell2004-09-30 09:37:46 +0000
commita412809335579e570e149df62c6a307d5f7052ed (patch)
tree8539c54b30fc8de0cf56cb986fbf8f532d1bbaaa
parentf3a06934fdc781bfe54d63db866c74808c7e1b5d (diff)
downloadscummvm-rg350-a412809335579e570e149df62c6a307d5f7052ed.tar.gz
scummvm-rg350-a412809335579e570e149df62c6a307d5f7052ed.tar.bz2
scummvm-rg350-a412809335579e570e149df62c6a307d5f7052ed.zip
Oooops
svn-id: r15357
-rw-r--r--scumm/resource.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index cf3e255c05..0f165bada5 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -2423,8 +2423,6 @@ void ScummEngine::readMAXS(int blockSize) {
_numFlObject = 50;
}
- printf("_numLocalScripts is %d\n", _numLocalScripts);
-
if (_shadowPaletteSize)
_shadowPalette = (byte *)calloc(_shadowPaletteSize, 1);