aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/mobile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/npcs/mobile.cpp')
-rw-r--r--engines/titanic/npcs/mobile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/npcs/mobile.cpp b/engines/titanic/npcs/mobile.cpp
index 55b37f52f1..83f886ed21 100644
--- a/engines/titanic/npcs/mobile.cpp
+++ b/engines/titanic/npcs/mobile.cpp
@@ -29,7 +29,7 @@ EMPTY_MESSAGE_MAP(CMobile, CCharacter)
CMobile::CMobile() : CCharacter(), _fieldDC(0) {
}
-void CMobile::save(SimpleFile *file, int indent) const {
+void CMobile::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writePoint(_pos1, indent);
file->writeNumberLine(_fieldDC, indent);