[Scummvm-cvs-logs] SF.net SVN: scummvm:[46181] scummvm/trunk/engines/kyra/staticres.cpp

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Sun Nov 29 00:44:07 CET 2009


Revision: 46181
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46181&view=rev
Author:   athrxx
Date:     2009-11-28 23:44:06 +0000 (Sat, 28 Nov 2009)

Log Message:
-----------
KYRA: removed hack in staticres loader

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/staticres.cpp

Modified: scummvm/trunk/engines/kyra/staticres.cpp
===================================================================
--- scummvm/trunk/engines/kyra/staticres.cpp	2009-11-28 23:34:12 UTC (rev 46180)
+++ scummvm/trunk/engines/kyra/staticres.cpp	2009-11-28 23:44:06 UTC (rev 46181)
@@ -114,9 +114,6 @@
 };
 
 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;
 }
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list