aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/text.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-08-10 01:33:18 +0000
committerJohannes Schickel2009-08-10 01:33:18 +0000
commitc85c5030dfd61b2d181b1cec071b9532e4acc8aa (patch)
treeac842343ae4fcadce7b9ce2e304704ed40d046d1 /engines/kyra/text.h
parent6c1bd68aed39fb48dcf72c05ce7354090ba9291a (diff)
downloadscummvm-rg350-c85c5030dfd61b2d181b1cec071b9532e4acc8aa.tar.gz
scummvm-rg350-c85c5030dfd61b2d181b1cec071b9532e4acc8aa.tar.bz2
scummvm-rg350-c85c5030dfd61b2d181b1cec071b9532e4acc8aa.zip
Fix text color in character speeches in Kyra1 amiga.
svn-id: r43194
Diffstat (limited to 'engines/kyra/text.h')
-rw-r--r--engines/kyra/text.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/kyra/text.h b/engines/kyra/text.h
index d45e5f9242..9f1682ed9e 100644
--- a/engines/kyra/text.h
+++ b/engines/kyra/text.h
@@ -66,6 +66,9 @@ protected:
uint16 y, x, w;
};
+ // TODO: AMIGA and LoK specific, move to a better location
+ void setTextColor(uint8 color);
+
enum {
TALK_SUBSTRING_LEN = 80,
TALK_SUBSTRING_NUM = 6
@@ -76,6 +79,7 @@ protected:
TalkCoords _talkCoords;
bool _talkMessagePrinted;
};
+
} // end of namespace Kyra
#endif