From c46ea8bc407e60224500e6d6efa08d2ddd6f318e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 20 Apr 2005 18:21:30 +0000 Subject: Replaced the platform specific GF_FOO switches (using _platform instead now) svn-id: r17716 --- scumm/resource_v4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/resource_v4.cpp') diff --git a/scumm/resource_v4.cpp b/scumm/resource_v4.cpp index a17b0ef7eb..2b63dc0d4f 100644 --- a/scumm/resource_v4.cpp +++ b/scumm/resource_v4.cpp @@ -121,7 +121,7 @@ void ScummEngine_v4::readIndexFile() { default: // FIXME: this is a little hack because Indy3 FM-TOWNS has // 32 extra bytes of unknown meaning appended to 00.LFL - if (!(_gameId == GID_INDY3 && _features & GF_FMTOWNS)) + if (!(_gameId == GID_INDY3 && _platform == Common::kPlatformFMTowns)) error("Bad ID %c%c found in directory!", blocktype & 0xFF, blocktype >> 8); return; } -- cgit v1.2.3