aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-04-24 12:54:02 +0000
committerTorbjörn Andersson2004-04-24 12:54:02 +0000
commit14f74bb56899156a5edc7ec584c368c475a528ff (patch)
tree6fd6a66cebeec1580d24fdc8bfc579ee2f9ee42d /scumm/resource.cpp
parenta575576890045caf4beda9dacb7923558e7f3003 (diff)
downloadscummvm-rg350-14f74bb56899156a5edc7ec584c368c475a528ff.tar.gz
scummvm-rg350-14f74bb56899156a5edc7ec584c368c475a528ff.tar.bz2
scummvm-rg350-14f74bb56899156a5edc7ec584c368c475a528ff.zip
Increased _numNewNames to 150. Judging by bug #941275 it wasn't enough to
increase it to 100, like we did recently. svn-id: r13611
Diffstat (limited to 'scumm/resource.cpp')
-rw-r--r--scumm/resource.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index 369ed6c603..8a26f532d9 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -2112,8 +2112,8 @@ void ScummEngine::readMAXS() {
_numArray = 50;
_numVerbs = 100;
// Used to be 50, which wasn't enough for MI2 and FOA. See bugs
- // #933610 and #936323.
- _numNewNames = 100;
+ // #933610, #936323 and #941275.
+ _numNewNames = 150;
_objectRoomTable = NULL;
_fileHandle.readUint16LE(); // 50