From aadb0aa237bceded685c32edf12d1eed10a10ede Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 17 Oct 2003 15:38:56 +0000 Subject: oops, forgot to remove the old Platform enum svn-id: r10863 --- scumm/scummvm.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scumm') diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 682389c2c2..f7e322fbee 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -2643,13 +2643,13 @@ Engine *Engine_SCUMM_create(GameDetector *detector, OSystem *syst) { } switch (Common::parsePlatform(ConfMan.get("platform"))) { - case kPlatformAmiga: + case Common::kPlatformAmiga: detector->_game.features |= GF_AMIGA; break; - case kPlatformAtariST: + case Common::kPlatformAtariST: detector->_game.features |= GF_ATARI_ST; break; - case kPlatformMacintosh: + case Common::kPlatformMacintosh: detector->_game.features |= GF_MACINTOSH; break; default: -- cgit v1.2.3