diff options
author | Joost Peters | 2004-11-15 20:51:14 +0000 |
---|---|---|
committer | Joost Peters | 2004-11-15 20:51:14 +0000 |
commit | 503da271884f77b3a0f77e1cd54223c0397d8f07 (patch) | |
tree | 556580aa67eb4dbcf3a1dab0d36310ee4579482f /sky | |
parent | bd40d25a6807636c7237ad566a2e59b6a48c8db8 (diff) | |
download | scummvm-rg350-503da271884f77b3a0f77e1cd54223c0397d8f07.tar.gz scummvm-rg350-503da271884f77b3a0f77e1cd54223c0397d8f07.tar.bz2 scummvm-rg350-503da271884f77b3a0f77e1cd54223c0397d8f07.zip |
This commit has been brought to you by the commit first, compile/test later association.
svn-id: r15824
Diffstat (limited to 'sky')
-rw-r--r-- | sky/sky.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp index 2e17f86e2c..072c958525 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -115,7 +115,7 @@ void **SkyEngine::_itemList[300]; SystemVars SkyEngine::_systemVars = {0, 0, 0, 0, 4316, 0, 0, false, false }; SkyEngine::SkyEngine(GameDetector *detector, OSystem *syst) - : Engine(syst), _fastmode(0) { + : Engine(syst), _fastMode(0) { } SkyEngine::~SkyEngine() { |