Correct value
svn-id: r14717
This commit is contained in:
parent
dd20c05db5
commit
a5ebe93bc7
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue