aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/exit_tiania.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/moves/exit_tiania.cpp')
-rw-r--r--engines/titanic/moves/exit_tiania.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/moves/exit_tiania.cpp b/engines/titanic/moves/exit_tiania.cpp
index 99b6c96db7..6cb2422b1f 100644
--- a/engines/titanic/moves/exit_tiania.cpp
+++ b/engines/titanic/moves/exit_tiania.cpp
@@ -28,7 +28,7 @@ CExitTiania::CExitTiania() : CMovePlayerTo(), _fieldC8(0),
_string1("NULL"), _string2("NULL"), _string3("NULL") {
}
-void CExitTiania::save(SimpleFile *file, int indent) const {
+void CExitTiania::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_fieldC8, indent);
file->writeQuotedLine(_string1, indent);