aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-14 13:30:52 +0000
committerMax Horn2003-05-14 13:30:52 +0000
commitbc99915aa50dd58a4ab37f810e1df2c40acd4086 (patch)
tree9e2d5b6a7426715ad8c2bfd8d51ee183652b1b93 /scumm/actor.cpp
parent50a857a40694daec8c63d4ba480d298d65c71445 (diff)
downloadscummvm-rg350-bc99915aa50dd58a4ab37f810e1df2c40acd4086.tar.gz
scummvm-rg350-bc99915aa50dd58a4ab37f810e1df2c40acd4086.tar.bz2
scummvm-rg350-bc99915aa50dd58a4ab37f810e1df2c40acd4086.zip
V2 text drawing
svn-id: r7502
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index ee9e0f3989..ea8f66d498 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1162,6 +1162,8 @@ void Scumm::actorTalk() {
_talkDelay = 0;
_haveMsg = 0xFF;
VAR(VAR_HAVE_MSG) = 0xFF;
+ if (VAR_CHARCOUNT != 0xFF)
+ VAR(VAR_CHARCOUNT) = 0;
CHARSET_1();
}