aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/smush_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/smush/smush_player.h')
-rw-r--r--scumm/smush/smush_player.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/smush/smush_player.h b/scumm/smush/smush_player.h
index d0ce75da41..e4a2beac6f 100644
--- a/scumm/smush/smush_player.h
+++ b/scumm/smush/smush_player.h
@@ -77,6 +77,9 @@ private:
bool _insanity;
bool _middleAudio;
bool _skipPalette;
+#ifdef _WIN32_WCE
+ bool _inTimer;
+#endif
public:
SmushPlayer(ScummEngine_v6 *scumm, int speed);