aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/exit_lift.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/moves/exit_lift.cpp')
-rw-r--r--engines/titanic/moves/exit_lift.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/moves/exit_lift.cpp b/engines/titanic/moves/exit_lift.cpp
index 376b9e04f1..a264be883d 100644
--- a/engines/titanic/moves/exit_lift.cpp
+++ b/engines/titanic/moves/exit_lift.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-void CExitLift::save(SimpleFile *file, int indent) const {
+void CExitLift::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeQuotedLine(_value, indent);
CGameObject::save(file, indent);