aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/pet/pet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/pet/pet.cpp')
-rw-r--r--engines/titanic/game/pet/pet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/pet/pet.cpp b/engines/titanic/game/pet/pet.cpp
index 3e65755989..cd4e16d38c 100644
--- a/engines/titanic/game/pet/pet.cpp
+++ b/engines/titanic/game/pet/pet.cpp
@@ -28,7 +28,7 @@ CPET::CPET() : CGameObject(), _fieldBC(0), _fieldC0(3),
_fieldC4(0), _fieldC8(0), _fieldD8(0), _fieldDC(0) {
}
-void CPET::save(SimpleFile *file, int indent) const {
+void CPET::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_fieldBC, indent);
file->writeNumberLine(_fieldC0, indent);