aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/music_wave.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/music_wave.cpp')
-rw-r--r--engines/titanic/sound/music_wave.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/sound/music_wave.cpp b/engines/titanic/sound/music_wave.cpp
index 6b5b187805..560fdd7513 100644
--- a/engines/titanic/sound/music_wave.cpp
+++ b/engines/titanic/sound/music_wave.cpp
@@ -27,7 +27,7 @@
namespace Titanic {
CMusicWave::CMusicWave(CProjectItem *project, CSoundManager *soundManager, int index) :
- _project(project), _soundManager(soundManager) {
+ _soundManager(soundManager) {
}
void CMusicWave::setSize(uint count) {