aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/trip_down_canal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/moves/trip_down_canal.cpp')
-rw-r--r--engines/titanic/moves/trip_down_canal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/moves/trip_down_canal.cpp b/engines/titanic/moves/trip_down_canal.cpp
index 349a7e945c..c8051dda03 100644
--- a/engines/titanic/moves/trip_down_canal.cpp
+++ b/engines/titanic/moves/trip_down_canal.cpp
@@ -27,7 +27,7 @@ namespace Titanic {
CTripDownCanal::CTripDownCanal() : CMovePlayerTo() {
}
-void CTripDownCanal::save(SimpleFile *file, int indent) const {
+void CTripDownCanal::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
CMovePlayerTo::save(file, indent);
}