[Scummvm-cvs-logs] SF.net SVN: scummvm:[47655] scummvm/trunk/engines/sci/sci.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Thu Jan 28 22:24:29 CET 2010
Revision: 47655
http://scummvm.svn.sourceforge.net/scummvm/?rev=47655&view=rev
Author: m_kiewitz
Date: 2010-01-28 21:24:28 +0000 (Thu, 28 Jan 2010)
Log Message:
-----------
SCI: added todo for upscaled hires on sci2
Modified Paths:
--------------
scummvm/trunk/engines/sci/sci.cpp
Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp 2010-01-28 21:12:39 UTC (rev 47654)
+++ scummvm/trunk/engines/sci/sci.cpp 2010-01-28 21:24:28 UTC (rev 47655)
@@ -125,7 +125,8 @@
bool isHires = _resMan->detectHires();
#ifdef ENABLE_SCI32
- // If SCI2.1+ games are lowres (e.g. qfg4/cd), switch to upscaled hires mode
+ // If SCI2 games are lowres (e.g. gk, qfg4/cd), switch to upscaled hires mode
+ // TODO: change SCI_VERSION_2_1 to SCI_VERSION_2, currently gk doesnt like us using upscaled hires mode
if ((!isHires) && (getSciVersion() >= SCI_VERSION_2_1))
upscaledHires = true;
#endif
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