From a2101c0c6c53f5e18a898392c36663b21e28ec16 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Mon, 4 Feb 2008 19:57:17 +0000 Subject: Added FIXME comment about wrong color for subtitles in BRA. svn-id: r30790 --- engines/parallaction/exec_br.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/parallaction/exec_br.cpp') diff --git a/engines/parallaction/exec_br.cpp b/engines/parallaction/exec_br.cpp index 49c42ca0da..0f2a703933 100644 --- a/engines/parallaction/exec_br.cpp +++ b/engines/parallaction/exec_br.cpp @@ -82,6 +82,9 @@ void Parallaction_br::setupSubtitles(char *s, char *s2, int y) { _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) { -- cgit v1.2.3