aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/music.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/music.h')
-rw-r--r--engines/gob/music.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/music.h b/engines/gob/music.h
index 0079c8f8a2..2f792f67ac 100644
--- a/engines/gob/music.h
+++ b/engines/gob/music.h
@@ -83,6 +83,7 @@ protected:
bool _playing;
bool _first;
bool _ended;
+ bool _needFree;
Common::Mutex _mutex;
GobEngine *_vm;