diff options
Diffstat (limited to 'engines/sword1/sword1.h')
-rw-r--r-- | engines/sword1/sword1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sword1/sword1.h b/engines/sword1/sword1.h index 6f12ecd564..5bc80b4f6d 100644 --- a/engines/sword1/sword1.h +++ b/engines/sword1/sword1.h @@ -77,6 +77,7 @@ public: virtual ~SwordEngine(); static SystemVars _systemVars; void reinitialize(void); + virtual void syncSoundSettings(); uint32 _features; protected: |