diff options
Diffstat (limited to 'engines/cryo/cryo.h')
-rw-r--r-- | engines/cryo/cryo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryo/cryo.h b/engines/cryo/cryo.h index df47fb245c..5b03987643 100644 --- a/engines/cryo/cryo.h +++ b/engines/cryo/cryo.h @@ -72,7 +72,7 @@ public: EdenGame *_game; HnmPlayer *_video; - View ScreenView; + View *ScreenView; volatile int32 TimerTicks; private: |