mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Make _smushProcessFrame volatile (for multi thread access)
svn-id: r8016
This commit is contained in:
@@ -67,7 +67,7 @@ public:
|
||||
|
||||
int _width, _height;
|
||||
byte *_data;
|
||||
bool _smushProcessFrame;
|
||||
volatile bool _smushProcessFrame;
|
||||
bool _updateNeeded;
|
||||
|
||||
SmushPlayer(Scumm *, int, bool);
|
||||
|
||||
Reference in New Issue
Block a user