diff options
author | Travis Howell | 2004-08-23 08:49:04 +0000 |
---|---|---|
committer | Travis Howell | 2004-08-23 08:49:04 +0000 |
commit | 71678056abaf51f3173559429b99e08665210262 (patch) | |
tree | a676242378c915a404b5449cf6244e9e3b237f63 /scumm | |
parent | bbfe489e9f4529169d3787b4598003c638d76067 (diff) | |
download | scummvm-rg350-71678056abaf51f3173559429b99e08665210262.tar.gz scummvm-rg350-71678056abaf51f3173559429b99e08665210262.tar.bz2 scummvm-rg350-71678056abaf51f3173559429b99e08665210262.zip |
Typo
svn-id: r14705
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/script_v7he.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index cba47e9a56..dc75e6330c 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; } |