diff options
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r-- | scumm/actor.cpp | 1 |
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 |