aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/head_slot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/head_slot.cpp')
-rw-r--r--engines/titanic/game/head_slot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/head_slot.cpp b/engines/titanic/game/head_slot.cpp
index 4cb15ccd1e..32650b75e4 100644
--- a/engines/titanic/game/head_slot.cpp
+++ b/engines/titanic/game/head_slot.cpp
@@ -31,7 +31,7 @@ CHeadSlot::CHeadSlot() : CGameObject(), _string1("NotWorking"), _string2("NULL")
_fieldE4(82), _fieldE8(112), _fieldEC(0) {
}
-void CHeadSlot::save(SimpleFile *file, int indent) const {
+void CHeadSlot::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_fieldBC, indent);
file->writeQuotedLine(_string1, indent);