aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index 0ee27e40fd..40e79714c2 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -794,14 +794,14 @@ int ScummEngine::getTalkingActor() {
return _V1_talkingActor;
else
return VAR(VAR_TALK_ACTOR);
-};
+}
void ScummEngine::setTalkingActor(int value) {
if (_gameId == GID_MANIAC && _version == 1)
_V1_talkingActor = value;
else
VAR(VAR_TALK_ACTOR) = value;
-};
+}
void ScummEngine::showActors() {
int i;