From 71678056abaf51f3173559429b99e08665210262 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 23 Aug 2004 08:49:04 +0000 Subject: [PATCH] Typo svn-id: r14705 --- scumm/script_v7he.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index cba47e9a563..dc75e6330c7 100644 --- a/scumm/script_v7he.cpp +++ b/scumm/script_v7he.cpp @@ -672,7 +672,7 @@ void ScummEngine_v7he::o7_getActorRoom() { void ScummEngine_v7he::o7_dimArray() { if (_heversion <= 71) { - ScummEngine_v6:o6_dimArray(); + ScummEngine_v6::o6_dimArray(); return; } @@ -753,7 +753,7 @@ void ScummEngine_v7he::o7_arrayOps() { void ScummEngine_v7he::o7_startScript() { if (_heversion <= 71) { - ScummEngine_v6:o6_startScript(); + ScummEngine_v6::o6_startScript(); return; }