From f3eea52f52a953bfe9ada85f0a2b77784b906324 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 3 Oct 2017 20:04:39 -0400 Subject: TITANIC: DE: Fix color of text in PET Translation tab text --- engines/titanic/pet_control/pet_translation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/titanic/pet_control/pet_translation.cpp b/engines/titanic/pet_control/pet_translation.cpp index 40d930f48a..e74d2e0340 100644 --- a/engines/titanic/pet_control/pet_translation.cpp +++ b/engines/titanic/pet_control/pet_translation.cpp @@ -59,7 +59,7 @@ void CPetTranslation::clearTranslation() { void CPetTranslation::addTranslation(const CString &str1, const CString &str2) { CString msg = CString::format("%s%s - %s%s", - CTextControl::getColorText(0, 0x80, 0).c_str(), str1.c_str(), + CTextControl::getColorText(0, 0, 0x80).c_str(), str1.c_str(), CTextControl::getColorText(0, 0, 0).c_str(), str2.c_str()); _message.addLine(msg); _petControl->makeDirty(); -- cgit v1.2.3