diff options
-rw-r--r-- | scumm/resource.cpp | 4 |
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 |