diff options
Diffstat (limited to 'engines/sci/sfx/soundcmd.h')
-rw-r--r-- | engines/sci/sfx/soundcmd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/sfx/soundcmd.h b/engines/sci/sfx/soundcmd.h index 7a714a6e3e..c0f7227ac4 100644 --- a/engines/sci/sfx/soundcmd.h +++ b/engines/sci/sfx/soundcmd.h @@ -45,7 +45,7 @@ struct MusicEntryCommand { class SoundCommandParser { public: - SoundCommandParser(ResourceManager *resMan, SegManager *segMan, AudioPlayer *audio, SciVersion doSoundVersion); + SoundCommandParser(ResourceManager *resMan, SegManager *segMan, AudioPlayer *audio, SciVersion soundVersion); ~SoundCommandParser(); #ifdef USE_OLD_MUSIC_FUNCTIONS @@ -64,7 +64,7 @@ private: #endif AudioPlayer *_audio; bool _hasNodePtr; - SciVersion _doSoundVersion; + SciVersion _soundVersion; int _argc; reg_t *_argv; reg_t _acc; |