aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/smush/smush_player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/smush/smush_player.h b/scumm/smush/smush_player.h
index 9b29616ac4..e5dbd0a550 100644
--- a/scumm/smush/smush_player.h
+++ b/scumm/smush/smush_player.h
@@ -67,7 +67,7 @@ public:
int _width, _height;
byte *_data;
- bool _smushProcessFrame;
+ volatile bool _smushProcessFrame;
bool _updateNeeded;
SmushPlayer(Scumm *, int, bool);