diff options
-rw-r--r-- | scumm/script_v6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index 7ee4eb09d9..296b125b1b 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -1008,7 +1008,7 @@ void Scumm_v6::o6_walkActorToObj() { // FIXME: This is a hack to work around bug #742676 SAM: Fish Farm. // Note quite sure why it happens, though, if it's normal or due to // a bug in the ScummVM code. - warning("o6_walkActorToObj: invalid actor %d\n", obj); + warning("o6_walkActorToObj: invalid actor %d", obj); return; } if (!a->isInCurrentRoom() || !a2->isInCurrentRoom()) |