aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryo/cryo.cpp')
-rw-r--r--engines/cryo/cryo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryo/cryo.cpp b/engines/cryo/cryo.cpp
index 0b02b07ea0..51e3080427 100644
--- a/engines/cryo/cryo.cpp
+++ b/engines/cryo/cryo.cpp
@@ -87,7 +87,7 @@ Common::Error CryoEngine::run() {
ScreenView = new View(this, 320, 200);
///// CLTimer
- TimerTicks = 0; // incremented in realtime
+ _timerTicks = 0; // incremented in realtime
// Initialize graphics using following:
initGraphics(320, 200, false);