[Scummvm-cvs-logs] SF.net SVN: scummvm: [30790] scummvm/trunk/engines/parallaction/exec_br.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Mon Feb 4 20:57:17 CET 2008


Revision: 30790
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30790&view=rev
Author:   peres001
Date:     2008-02-04 11:57:17 -0800 (Mon, 04 Feb 2008)

Log Message:
-----------
Added FIXME comment about wrong color for subtitles in BRA.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/exec_br.cpp

Modified: scummvm/trunk/engines/parallaction/exec_br.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/exec_br.cpp	2008-02-04 18:38:22 UTC (rev 30789)
+++ scummvm/trunk/engines/parallaction/exec_br.cpp	2008-02-04 19:57:17 UTC (rev 30790)
@@ -82,6 +82,9 @@
 		_subtitleY = y;
 	}
 
+	// FIXME: render subtitles using the right color (10 instead of 0).
+	// The original game features a nasty hack, having the font rendering routine
+	// replacing color 12 of font RUSSIA with 10 when preparing subtitles.
 	_subtitle[0] = _gfx->createLabel(_labelFont, s, 0);
 	_gfx->showLabel(_subtitle[0], CENTER_LABEL_HORIZONTAL, _subtitleY);
 	if (s2) {


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