[Scummvm-cvs-logs] SF.net SVN: scummvm:[49969] scummvm/trunk/engines/sci/engine/kgraphics.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Fri Jun 18 01:14:57 CEST 2010
Revision: 49969
http://scummvm.svn.sourceforge.net/scummvm/?rev=49969&view=rev
Author: fingolfin
Date: 2010-06-17 23:14:57 +0000 (Thu, 17 Jun 2010)
Log Message:
-----------
SCI: Remove incorrect gameid check
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/kgraphics.cpp
Modified: scummvm/trunk/engines/sci/engine/kgraphics.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kgraphics.cpp 2010-06-17 23:14:34 UTC (rev 49968)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp 2010-06-17 23:14:57 UTC (rev 49969)
@@ -991,7 +991,7 @@
bool hiresMode = (argc > 7) ? true : false;
reg_t upscaledHiresHandle = (argc > 7) ? argv[7] : NULL_REG;
- if (g_sci->getGameId() == "freddypharkas" || g_sci->getGameId() == "freddypharkas-demo") {
+ if (g_sci->getGameId() == "freddypharkas") {
// WORKAROUND
// Script 24 contains code that draws the game menu on screen. It uses a temp variable for setting priority that
// is not set. in Sierra sci this happens to be 8250h. In our sci temporary variables are initialized thus we would
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