From 5f3e54fcb734d7544fec94a0fe92698b8295a531 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sat, 28 Nov 2009 23:44:06 +0000 Subject: KYRA: removed hack in staticres loader svn-id: r46181 --- engines/kyra/staticres.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines/kyra/staticres.cpp') diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp index 8a2f5079d8..2147322001 100644 --- a/engines/kyra/staticres.cpp +++ b/engines/kyra/staticres.cpp @@ -114,9 +114,6 @@ const IndexTable iPlatformTable[] = { }; byte getPlatformID(const GameFlags &flags) { - // HACK: Gross hack to support Kyra2 PC98, till there's data for it in kyra.dat - if (flags.gameID == GI_KYRA2 && flags.platform == Common::kPlatformPC98) - return 3; return Common::find(iPlatformTable, iPlatformTable + ARRAYSIZE(iPlatformTable) - 1, flags.platform)->value; } -- cgit v1.2.3