aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/volume_control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/volume_control.cpp')
-rw-r--r--engines/titanic/game/volume_control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/volume_control.cpp b/engines/titanic/game/volume_control.cpp
index e9b66c769e..c6b0e414ae 100644
--- a/engines/titanic/game/volume_control.cpp
+++ b/engines/titanic/game/volume_control.cpp
@@ -27,7 +27,7 @@ namespace Titanic {
CVolumeControl::CVolumeControl() : CGameObject() {
}
-void CVolumeControl::save(SimpleFile *file, int indent) const {
+void CVolumeControl::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_fieldBC, indent);
file->writeQuotedLine(_string1, indent);