Correct value

svn-id: r14717
This commit is contained in:
Travis Howell 2004-08-23 11:47:51 +00:00
parent dd20c05db5
commit a5ebe93bc7

View file

@ -2326,9 +2326,7 @@ void ScummEngine::readMAXS(int blockSize) {
_objectRoomTable = (byte *)calloc(_numGlobalObjects, 1);
// FIXME: Is this correct??? A V6+ game which doesn't use object name
// resources seems odd...
_numNewNames = 0;
_numNewNames = 10;
_objectRoomTable = (byte *)calloc(_numGlobalObjects * 4, 1);