aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/brain_slot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/brain_slot.cpp')
-rw-r--r--engines/titanic/game/brain_slot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/brain_slot.cpp b/engines/titanic/game/brain_slot.cpp
index f655a963d5..f1963142ac 100644
--- a/engines/titanic/game/brain_slot.cpp
+++ b/engines/titanic/game/brain_slot.cpp
@@ -27,7 +27,7 @@ namespace Titanic {
int CBrainSlot::_v1;
int CBrainSlot::_v2;
-void CBrainSlot::save(SimpleFile *file, int indent) const {
+void CBrainSlot::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_value1, indent);
file->writeQuotedLine(_value2, indent);