aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
authorMax Horn2004-01-08 20:37:26 +0000
committerMax Horn2004-01-08 20:37:26 +0000
commitebecf1dbaa0284f22a053e5b2e9510d6e6db4fdf (patch)
tree98b45acc08e3f2a2ecaf22fb60a614d9f31f17e6 /scumm/scummvm.cpp
parente68a3650594fc3a62a26aece5705eb3602b6d1ad (diff)
downloadscummvm-rg350-ebecf1dbaa0284f22a053e5b2e9510d6e6db4fdf.tar.gz
scummvm-rg350-ebecf1dbaa0284f22a053e5b2e9510d6e6db4fdf.tar.bz2
scummvm-rg350-ebecf1dbaa0284f22a053e5b2e9510d6e6db4fdf.zip
unify _vm / _scumm usage
svn-id: r12262
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index b90b4efaa3..f55d05eb30 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -388,7 +388,7 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
_lastCodePtr = NULL;
_resultVarNumber = 0;
_scummStackPos = 0;
- memset(_scummStack, 0, sizeof(_scummStack));
+ memset(_vmStack, 0, sizeof(_vmStack));
_keyScriptKey = 0;
_keyScriptNo = 0;
_fileOffset = 0;