From c2ea35fe07fd568487f669e1d57941fb1bc5bc4e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 26 May 2003 19:57:00 +0000 Subject: [PATCH] Make _smushProcessFrame volatile (for multi thread access) svn-id: r8016 --- scumm/smush/smush_player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/smush/smush_player.h b/scumm/smush/smush_player.h index 9b29616ac49..e5dbd0a5507 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);