diff options
Diffstat (limited to 'scumm/resource.cpp')
-rw-r--r-- | scumm/resource.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp index d204df526d..369ed6c603 100644 --- a/scumm/resource.cpp +++ b/scumm/resource.cpp @@ -2111,7 +2111,8 @@ void ScummEngine::readMAXS() { _numLocalObjects = _fileHandle.readUint16LE(); // 200 _numArray = 50; _numVerbs = 100; - // Used to be 50, which wasn't enough for MI2. See bug #936323. + // Used to be 50, which wasn't enough for MI2 and FOA. See bugs + // #933610 and #936323. _numNewNames = 100; _objectRoomTable = NULL; |