aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/resource_v2.cpp')
-rw-r--r--scumm/resource_v2.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/scumm/resource_v2.cpp b/scumm/resource_v2.cpp
index fbc4d3d392..408568032a 100644
--- a/scumm/resource_v2.cpp
+++ b/scumm/resource_v2.cpp
@@ -36,7 +36,10 @@ void ScummEngine_v2::readClassicIndexFile() {
if (!(_features & GF_AMIGA) && !(_features & GF_NES))
_musicEngine = new Player_V1(this, _midiDriver != MD_PCSPK);
- _numGlobalObjects = 800;
+ if (_features & GF_NES)
+ _numGlobalObjects = 775;
+ else
+ _numGlobalObjects = 800;
_numRooms = 55;
if (_features & GF_NES)