Skip to content

Commit

Permalink
TEENAGENT: Correct minor text color bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitall committed Aug 3, 2012
1 parent dc00916 commit 2e84894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/teenagent/callbacks.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 2e84894

Please sign in to comment.