From 6768da3e7689224e5b8fb0c0961b6f0829dd17c9 Mon Sep 17 00:00:00 2001 From: Jamieson Christian Date: Sat, 23 Aug 2003 16:30:32 +0000 Subject: Added comment keyword, per Fingolfin svn-id: r9831 --- scumm/script_v5.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm') diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp index dfcbaaf4e4..350b180b63 100644 --- a/scumm/script_v5.cpp +++ b/scumm/script_v5.cpp @@ -1462,8 +1462,8 @@ void Scumm_v5::o5_putActorInRoom() { a = derefActor(act, "o5_putActorInRoom"); - // Fix for Bug #770710 - // This fix fixes conflicting actor usage by two different scripts + // WORKAROUND: Fix for Bug #770710 + // This fixes conflicting actor usage by two different scripts // in MI1 Demo (PC GID_MONKEY_EGA or Amiga GID_MONKEY_VGA). The // exit script for the LucasArts logo screen attempts to reset an // actor that has already been set up for the next scene by the -- cgit v1.2.3