Make _smushProcessFrame volatile (for multi thread access)

svn-id: r8016
This commit is contained in:
Max Horn
2003-05-26 19:57:00 +00:00
parent 304f89540b
commit c2ea35fe07
+1 -1
View File
@@ -67,7 +67,7 @@ public:
int _width, _height;
byte *_data;
bool _smushProcessFrame;
volatile bool _smushProcessFrame;
bool _updateNeeded;
SmushPlayer(Scumm *, int, bool);