aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
authorMax Horn2004-01-08 21:21:40 +0000
committerMax Horn2004-01-08 21:21:40 +0000
commit04b002bbaaef75f45c2fb962dbbce23db53116e7 (patch)
treed21d5b51f4e0bebb87f62e6e5599b5321e47cfad /scumm/actor.cpp
parentebecf1dbaa0284f22a053e5b2e9510d6e6db4fdf (diff)
downloadscummvm-rg350-04b002bbaaef75f45c2fb962dbbce23db53116e7.tar.gz
scummvm-rg350-04b002bbaaef75f45c2fb962dbbce23db53116e7.tar.bz2
scummvm-rg350-04b002bbaaef75f45c2fb962dbbce23db53116e7.zip
move the charset mask to the charset renderer class; some other related changes
svn-id: r12263
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index 7eb0f80bef..1f827bf960 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1190,7 +1190,7 @@ void ScummEngine::stopTalk() {
VAR(VAR_TALK_ACTOR) = 0xFF;
}
_keepText = false;
- restoreCharsetBg();
+ _charset->restoreCharsetBg();
}
void ScummEngine::clearMsgQueue() {