aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/season_noises.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/season_noises.cpp')
-rw-r--r--engines/titanic/sound/season_noises.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/sound/season_noises.cpp b/engines/titanic/sound/season_noises.cpp
index beacdefffa..e7307654fe 100644
--- a/engines/titanic/sound/season_noises.cpp
+++ b/engines/titanic/sound/season_noises.cpp
@@ -28,7 +28,7 @@ CSeasonNoises::CSeasonNoises() : CViewAutoSoundPlayer(), _fieldF0(0),
_string2("NULL"), _string3("NULL"), _string4("NULL"), _string5("NULL") {
}
-void CSeasonNoises::save(SimpleFile *file, int indent) const {
+void CSeasonNoises::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_fieldF0, indent);
file->writeQuotedLine(_string2, indent);