aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryo.h
diff options
context:
space:
mode:
authorStrangerke2016-12-04 14:26:44 -0800
committerEugene Sandulenko2017-01-25 22:42:11 +0100
commite06fc0c3df514fb382b72054f9d9848e4499a286 (patch)
tree25496ceddedbd9cf4a368026105bb9f83d88ce86 /engines/cryo/cryo.h
parent8e37c4af7a892233cd299124e6a12fb78eda56e2 (diff)
downloadscummvm-rg350-e06fc0c3df514fb382b72054f9d9848e4499a286.tar.gz
scummvm-rg350-e06fc0c3df514fb382b72054f9d9848e4499a286.tar.bz2
scummvm-rg350-e06fc0c3df514fb382b72054f9d9848e4499a286.zip
CRYO: More renaming
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;