From f9ecd95d6960341e696ab1aa8262e48135908d51 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 7 Mar 2009 19:24:31 +0000 Subject: Whitespace cleanup: Convert space followed by tab to just tab svn-id: r39203 --- engines/scumm/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/string.cpp') diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp index 3b3611ab50..f5cbd6aab9 100644 --- a/engines/scumm/string.cpp +++ b/engines/scumm/string.cpp @@ -174,7 +174,7 @@ void ScummEngine_v6::drawBlastTexts() { // Some localizations may override colors // See credits in Chinese COMI - if (_game.id == GID_CMI && _language == Common::ZH_TWN && + if (_game.id == GID_CMI && _language == Common::ZH_TWN && c == '^' && (buf == _blastTextQueue[i].text + 1)) { if (*buf == 'c') { int color = buf[3] - '0' + 10 *(buf[2] - '0'); -- cgit v1.2.3