aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/resource_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/resource_v2.cpp b/scumm/resource_v2.cpp
index 7f6088a003..27b62fde91 100644
--- a/scumm/resource_v2.cpp
+++ b/scumm/resource_v2.cpp
@@ -41,7 +41,7 @@ void ScummEngine_v2::readClassicIndexFile() {
_numCostumes = 25;
_numScripts = 160;
_numSounds = 70;
- } if (_platform == Common::kPlatformNES) {
+ } else if (_platform == Common::kPlatformNES) {
_numGlobalObjects = 775;
_numRooms = 55;