[Scummvm-cvs-logs] SF.net SVN: scummvm: [23714] scummvm/trunk/engines/sky/text.cpp

joostp at users.sourceforge.net joostp at users.sourceforge.net
Wed Aug 16 22:02:02 CEST 2006


Revision: 23714
Author:   joostp
Date:     2006-08-16 13:01:58 -0700 (Wed, 16 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23714&view=rev

Log Message:
-----------
Apply patch #1534805 ("BASS: Linc font too wide in version 303")

Modified Paths:
--------------
    scummvm/trunk/engines/sky/text.cpp
Modified: scummvm/trunk/engines/sky/text.cpp
===================================================================
--- scummvm/trunk/engines/sky/text.cpp	2006-08-15 21:19:09 UTC (rev 23713)
+++ scummvm/trunk/engines/sky/text.cpp	2006-08-16 20:01:58 UTC (rev 23714)
@@ -109,7 +109,7 @@
 	// for every character by one, except for space which needs to be one
 	// pixel wider than before.
 
-	if (SkyEngine::_systemVars.gameVersion == 288) {
+	if (SkyEngine::_systemVars.gameVersion == 288 || SkyEngine::_systemVars.gameVersion == 303) {
 		for (int i = 1; i < CHAR_SET_HEADER; i++)
 			charSetPtr[i]--;
 		charSetPtr[0]++;


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