aboutsummaryrefslogtreecommitdiff
path: root/games/scummvm/files/patch-scumm-actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/scummvm/files/patch-scumm-actor.cpp')
-rw-r--r--games/scummvm/files/patch-scumm-actor.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/scummvm/files/patch-scumm-actor.cpp b/games/scummvm/files/patch-scumm-actor.cpp
new file mode 100644
index 000000000000..119b0437f071
--- /dev/null
+++ b/games/scummvm/files/patch-scumm-actor.cpp
@@ -0,0 +1,19 @@
+--- scumm/actor.cpp.orig Tue Aug 3 15:55:01 2004
++++ scumm/actor.cpp Tue Aug 3 15:55:35 2004
+@@ -789,14 +789,14 @@
+ return _V1_talkingActor;
+ else
+ return VAR(VAR_TALK_ACTOR);
+-};
++}
+
+ void ScummEngine::talkingActor(int value) {
+ if (_gameId == GID_MANIAC && _version == 1)
+ _V1_talkingActor = value;
+ else
+ VAR(VAR_TALK_ACTOR) = value;
+-};
++}
+
+ void ScummEngine::showActors() {
+ int i;