aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v1.cpp')
-rw-r--r--scumm/script_v1.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/script_v1.cpp b/scumm/script_v1.cpp
index f0e739304d..992891cfba 100644
--- a/scumm/script_v1.cpp
+++ b/scumm/script_v1.cpp
@@ -848,9 +848,6 @@ void Scumm::o5_setClass()
continue;
}
- if (_gameId == GID_INDY3_256)
- newClass--;
-
putClass(obj, newClass, (newClass & 0x80) ? true : false);
}
}