From c4d567561d2614942384ba24a06897a5f7ffa35b Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 21 May 2005 04:06:47 +0000 Subject: Only needed for C64 maniac. svn-id: r18199 --- scumm/scumm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 4ada906b38..31a21202cc 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -1462,7 +1462,7 @@ int ScummEngine::init(GameDetector &detector) { if (_features & GF_NEW_COSTUMES) { _costumeRenderer = new AkosRenderer(this); _costumeLoader = new AkosCostumeLoader(this); - } else if (_platform == Common::kPlatformC64) { + } else if (_platform == Common::kPlatformC64 && _gameId == GID_MANIAC) { _costumeRenderer = new C64CostumeRenderer(this); _costumeLoader = new C64CostumeLoader(this); } else if (_platform == Common::kPlatformNES) { -- cgit v1.2.3