aboutsummaryrefslogtreecommitdiff
path: root/sky/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/screen.h')
-rw-r--r--sky/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/screen.h b/sky/screen.h
index fe66325d2f..7b1cfc3ab2 100644
--- a/sky/screen.h
+++ b/sky/screen.h
@@ -102,7 +102,7 @@ private:
uint32 delay;
uint8 *seqData;
uint8 *seqDataPos;
- bool running;
+ volatile bool running;
bool runningItem; // when playing an item, don't free it afterwards.
} _seqInfo;