aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2005-03-30 17:37:35 +0000
committerMax Horn2005-03-30 17:37:35 +0000
commitc1b948ff12c8d2e9774c17f49795fde673e85520 (patch)
tree6a6d1541a4e48e33335ad579d5ffb0ff76fb91dc /scumm
parentebb49d5cfe23f9e20a8b88baf2f91fedd791b9df (diff)
downloadscummvm-rg350-c1b948ff12c8d2e9774c17f49795fde673e85520.tar.gz
scummvm-rg350-c1b948ff12c8d2e9774c17f49795fde673e85520.tar.bz2
scummvm-rg350-c1b948ff12c8d2e9774c17f49795fde673e85520.zip
This is now obsolete
svn-id: r17298
Diffstat (limited to 'scumm')
-rw-r--r--scumm/actor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index 7078a93d3c..dec39e9e57 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1232,7 +1232,6 @@ int ScummEngine::getActorFromPos(int x, int y) {
void ScummEngine::actorTalk(const byte *msg) {
Actor *a;
- _lastStringTag[0] = 0;
addMessageToStack(msg, _charsetBuffer, sizeof(_charsetBuffer));
// Play associated speech, if any