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