aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/auto_sound_player_adsr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/auto_sound_player_adsr.cpp')
-rw-r--r--engines/titanic/sound/auto_sound_player_adsr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/sound/auto_sound_player_adsr.cpp b/engines/titanic/sound/auto_sound_player_adsr.cpp
index 815c1cde52..4bfd5578fb 100644
--- a/engines/titanic/sound/auto_sound_player_adsr.cpp
+++ b/engines/titanic/sound/auto_sound_player_adsr.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-void CAutoSoundPlayerADSR::save(SimpleFile *file, int indent) const {
+void CAutoSoundPlayerADSR::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeQuotedLine(_string2, indent);
file->writeQuotedLine(_string3, indent);