aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/music_control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/music_control.cpp')
-rw-r--r--engines/titanic/gfx/music_control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/gfx/music_control.cpp b/engines/titanic/gfx/music_control.cpp
index 5ca079f9ff..85a3d777ef 100644
--- a/engines/titanic/gfx/music_control.cpp
+++ b/engines/titanic/gfx/music_control.cpp
@@ -28,7 +28,7 @@ CMusicControl::CMusicControl() : CBackground(),
_fieldE0(0), _fieldE4(0), _fieldE8(1), _fieldEC(1) {
}
-void CMusicControl::save(SimpleFile *file, int indent) const {
+void CMusicControl::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_fieldE0, indent);
file->writeNumberLine(_fieldE4, indent);