From 2e848941e51983688e89fdc3e8271e5835efaeee Mon Sep 17 00:00:00 2001 From: D G Turner Date: Fri, 3 Aug 2012 16:47:31 +0100 Subject: [PATCH] TEENAGENT: Correct minor text color bug. --- engines/teenagent/callbacks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/teenagent/callbacks.cpp b/engines/teenagent/callbacks.cpp index e9ceb9383d9..8bbd7d504e0 100644 --- a/engines/teenagent/callbacks.cpp +++ b/engines/teenagent/callbacks.cpp @@ -3450,7 +3450,7 @@ bool TeenAgentEngine::processCallback(uint16 addr) { displayMessage(dsAddr_noNeedMsg); // "No need to do it again" } else { SET_FLAG(dsAddr_alreadyAdjustedHoopPoleFlag, 1); - dialog->show(17, scene, 0, 502, textColorJohnNoty, textColorSonny, 0, 1); // FIXME - First character color should be Mark? + dialog->show(17, scene, 0, 502, textColorMark, textColorSonny, 0, 1); waitLanAnimationFrame(1, 7); playSound(5, 16); playSound(1, 25);