[Scummvm-cvs-logs] SF.net SVN: scummvm:[47654] scummvm/trunk/engines/sci/sci.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Thu Jan 28 22:12:40 CET 2010
Revision: 47654
http://scummvm.svn.sourceforge.net/scummvm/?rev=47654&view=rev
Author: m_kiewitz
Date: 2010-01-28 21:12:39 +0000 (Thu, 28 Jan 2010)
Log Message:
-----------
SCI: removed obsolete SCI2 upscaledHires
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:05:42 UTC (rev 47653)
+++ scummvm/trunk/engines/sci/sci.cpp 2010-01-28 21:12:39 UTC (rev 47654)
@@ -113,11 +113,7 @@
}
// Scale the screen, if needed
- bool upscaledHires = (!strcmp(getGameID(), "kq6")
-#ifdef ENABLE_SCI32
- || getSciVersion() == SCI_VERSION_2
-#endif
- ) && getPlatform() == Common::kPlatformWindows;
+ bool upscaledHires = (!strcmp(getGameID(), "kq6")) && getPlatform() == Common::kPlatformWindows;
// Japanese versions of games use hi-res font on upscaled version of the game
if ((getLanguage() == Common::JA_JPN) && (getSciVersion() <= SCI_VERSION_1_1))
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