aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryo.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryo/cryo.h')
-rw-r--r--engines/cryo/cryo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryo/cryo.h b/engines/cryo/cryo.h
index 5b03987643..ddb2f1f6b9 100644
--- a/engines/cryo/cryo.h
+++ b/engines/cryo/cryo.h
@@ -73,7 +73,7 @@ public:
HnmPlayer *_video;
View *ScreenView;
- volatile int32 TimerTicks;
+ volatile int32 _timerTicks;
private:
Console *_console;