From 24275fbb32cd23294af2a7aafcf4c658520165d4 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 18 May 2005 08:34:52 +0000 Subject: Add missing else. svn-id: r18156 --- scumm/resource_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/resource_v2.cpp') 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; -- cgit v1.2.3