aboutsummaryrefslogtreecommitdiff
path: root/kyra/text.h
diff options
context:
space:
mode:
authorJohannes Schickel2006-01-06 10:45:42 +0000
committerJohannes Schickel2006-01-06 10:45:42 +0000
commit948cb0d0f77170fdbc1b80b07feea7b9794751bc (patch)
tree0a1baf14a227be19042a51c8ccc00f41af01df52 /kyra/text.h
parenta5601efd54c366cedb7f90bcb4573297232c17b0 (diff)
downloadscummvm-rg350-948cb0d0f77170fdbc1b80b07feea7b9794751bc.tar.gz
scummvm-rg350-948cb0d0f77170fdbc1b80b07feea7b9794751bc.tar.bz2
scummvm-rg350-948cb0d0f77170fdbc1b80b07feea7b9794751bc.zip
Implemented the end sequence, (only the rest of the winning end sequence
is missing yet and one text part that malcolm says). => Kyra *should* be completeable now. Also used KyraEngine:: in all debug calls from the KyraEngine class. And fixes a bug while drawing shapes. svn-id: r19928
Diffstat (limited to 'kyra/text.h')
-rw-r--r--kyra/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kyra/text.h b/kyra/text.h
index 7f0a10df34..2f097fee6c 100644
--- a/kyra/text.h
+++ b/kyra/text.h
@@ -53,6 +53,7 @@ public:
uint16 _talkMessageY;
uint16 _talkMessageH;
+ bool printed() const { return _talkMessagePrinted; }
private:
Screen *_screen;