aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource_v7he.cpp
diff options
context:
space:
mode:
authorMax Horn2005-04-10 00:33:31 +0000
committerMax Horn2005-04-10 00:33:31 +0000
commit78f2f279c40b9ff34b2afcd728a15399b823f57f (patch)
treee457df95d32e50726657009aa0f9073b2f9dd3c4 /scumm/resource_v7he.cpp
parent03616ad2c89fffcb7eb49124be060f978ae176f2 (diff)
downloadscummvm-rg350-78f2f279c40b9ff34b2afcd728a15399b823f57f.tar.gz
scummvm-rg350-78f2f279c40b9ff34b2afcd728a15399b823f57f.tar.bz2
scummvm-rg350-78f2f279c40b9ff34b2afcd728a15399b823f57f.zip
Got rid of _dynamicRoomOffsets
svn-id: r17494
Diffstat (limited to 'scumm/resource_v7he.cpp')
-rw-r--r--scumm/resource_v7he.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/resource_v7he.cpp b/scumm/resource_v7he.cpp
index ced6b0758a..fd092ba90f 100644
--- a/scumm/resource_v7he.cpp
+++ b/scumm/resource_v7he.cpp
@@ -1688,7 +1688,6 @@ void ScummEngine_v99he::readMAXS(int blockSize) {
_numGlobalScripts = 2048;
allocateArrays();
- _dynamicRoomOffsets = true;
}
void ScummEngine_v90he::readMAXS(int blockSize) {
@@ -1722,7 +1721,6 @@ void ScummEngine_v90he::readMAXS(int blockSize) {
_numGlobalScripts = 200;
allocateArrays();
- _dynamicRoomOffsets = true;
}
void ScummEngine_v72he::readMAXS(int blockSize) {
@@ -1750,7 +1748,6 @@ void ScummEngine_v72he::readMAXS(int blockSize) {
_numGlobalScripts = 200;
allocateArrays();
- _dynamicRoomOffsets = true;
}
byte *ScummEngine_v72he::getStringAddress(int i) {