aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sky/sky.cpp2
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() {