diff options
| author | D G Turner | 2012-08-03 16:47:31 +0100 | 
|---|---|---|
| committer | D G Turner | 2012-08-03 16:47:31 +0100 | 
| commit | 2e848941e51983688e89fdc3e8271e5835efaeee (patch) | |
| tree | c54b008181c95e2342a5f542d08fb716a9a0aa0c | |
| parent | dc009160bb33f23d6eb72612f76e652bf1179d8a (diff) | |
| download | scummvm-rg350-2e848941e51983688e89fdc3e8271e5835efaeee.tar.gz scummvm-rg350-2e848941e51983688e89fdc3e8271e5835efaeee.tar.bz2 scummvm-rg350-2e848941e51983688e89fdc3e8271e5835efaeee.zip | |
TEENAGENT: Correct minor text color bug.
| -rw-r--r-- | engines/teenagent/callbacks.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/teenagent/callbacks.cpp b/engines/teenagent/callbacks.cpp index e9ceb9383d..8bbd7d504e 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); | 
