From e3ca8320c1959ed3efb5440d3d9687def4bce425 Mon Sep 17 00:00:00 2001 From: James Brown Date: Sat, 3 May 2003 06:49:49 +0000 Subject: [PATCH] .. er, let's try that again svn-id: r7276 --- scumm/script_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp index 5a28ae6bc95..ff2007b4c32 100644 --- a/scumm/script_v2.cpp +++ b/scumm/script_v2.cpp @@ -562,7 +562,7 @@ void Scumm_v2::o2_actorSet() { int i; if (!a) { - fetchscriptByte(); + fetchScriptByte(); return; }