aboutsummaryrefslogtreecommitdiff
path: root/scumm/script.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-31 11:57:18 +0000
committerMax Horn2003-05-31 11:57:18 +0000
commitd5d0440e8ceb295dfd67c4993c205e268b3ba6d7 (patch)
treefff8c4625994450075075800babe5a66876a8eb9 /scumm/script.cpp
parent945dacb247789d59764d9389f16d684ae05bd50d (diff)
downloadscummvm-rg350-d5d0440e8ceb295dfd67c4993c205e268b3ba6d7.tar.gz
scummvm-rg350-d5d0440e8ceb295dfd67c4993c205e268b3ba6d7.tar.bz2
scummvm-rg350-d5d0440e8ceb295dfd67c4993c205e268b3ba6d7.zip
cleanup
svn-id: r8169
Diffstat (limited to 'scumm/script.cpp')
-rw-r--r--scumm/script.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/script.cpp b/scumm/script.cpp
index d736e4bb40..478a4f96cb 100644
--- a/scumm/script.cpp
+++ b/scumm/script.cpp
@@ -969,7 +969,6 @@ int Scumm::defineArray(int array, int type, int dim2, int dim1) {
if (_features & GF_AFTER_V8) {
if (array & 0x40000000) {
- _arrays[id] = (char)vm.slot[_currentScript].number;
}
if (array & 0x80000000) {
@@ -979,7 +978,6 @@ int Scumm::defineArray(int array, int type, int dim2, int dim1) {
size = (type == 5) ? 32 : 8;
} else {
if (array & 0x4000) {
- _arrays[id] = (char)vm.slot[_currentScript].number;
}
if (array & 0x8000) {
@@ -1011,7 +1009,6 @@ void Scumm::nukeArray(int a) {
if (data)
nukeResource(rtString, data);
- _arrays[data] = 0;
writeVar(a, 0);
}