aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/soundcmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx/soundcmd.h')
-rw-r--r--engines/sci/sfx/soundcmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sfx/soundcmd.h b/engines/sci/sfx/soundcmd.h
index ac5f615f5a..593c4f4a1e 100644
--- a/engines/sci/sfx/soundcmd.h
+++ b/engines/sci/sfx/soundcmd.h
@@ -43,7 +43,7 @@ struct SciSoundCommand {
class SoundCommandParser {
public:
- SoundCommandParser(ResourceManager *resMan, SegManager *segMan, SfxState *state, AudioPlayer *audio, SciVersion doSoundVersion);
+ SoundCommandParser(ResourceManager *resMan, SegManager *segMan, AudioPlayer *audio, SciVersion doSoundVersion);
~SoundCommandParser();
void updateSfxState(SfxState *newState) { _state = newState; }