aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/pet/pet_position.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/pet/pet_position.cpp')
-rw-r--r--engines/titanic/game/pet/pet_position.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/pet/pet_position.cpp b/engines/titanic/game/pet/pet_position.cpp
index 66e8e36231..9f58093ccc 100644
--- a/engines/titanic/game/pet/pet_position.cpp
+++ b/engines/titanic/game/pet/pet_position.cpp
@@ -28,7 +28,7 @@ BEGIN_MESSAGE_MAP(CPETPosition, CGameObject)
ON_MESSAGE(EnterRoomMsg)
END_MESSAGE_MAP()
-void CPETPosition::save(SimpleFile *file, int indent) const {
+void CPETPosition::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
CGameObject::save(file, indent);
}