TEENAGENT: Correct minor text color bug.

This commit is contained in:
D G Turner 2012-08-03 16:47:31 +01:00
parent dc009160bb
commit 2e848941e5

View File

@ -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);