aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
authorMax Horn2003-05-26 19:57:00 +0000
committerMax Horn2003-05-26 19:57:00 +0000
commitc2ea35fe07fd568487f669e1d57941fb1bc5bc4e (patch)
tree512c955cbce55ae83af36deb967ce92db6334ab9 /scumm/smush
parent304f89540b7cc4adb6ee7768569a70595dadb0ef (diff)
downloadscummvm-rg350-c2ea35fe07fd568487f669e1d57941fb1bc5bc4e.tar.gz
scummvm-rg350-c2ea35fe07fd568487f669e1d57941fb1bc5bc4e.tar.bz2
scummvm-rg350-c2ea35fe07fd568487f669e1d57941fb1bc5bc4e.zip
Make _smushProcessFrame volatile (for multi thread access)
svn-id: r8016
Diffstat (limited to 'scumm/smush')
-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);