aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/tony.h')
-rw-r--r--engines/tony/tony.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tony/tony.h b/engines/tony/tony.h
index cee15d07a4..43bc23c636 100644
--- a/engines/tony/tony.h
+++ b/engines/tony/tony.h
@@ -100,6 +100,7 @@ public:
Common::File _vdbFP;
Common::Array<VoiceHeader> _voices;
FPSOUND _theSound;
+ Common::List<FPSFX *> _activeSfx;
Globals _globals;
Debugger *_debugger;