aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/chicken_cooler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/chicken_cooler.cpp')
-rw-r--r--engines/titanic/game/chicken_cooler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/chicken_cooler.cpp b/engines/titanic/game/chicken_cooler.cpp
index aa39f041a4..29232e10bf 100644
--- a/engines/titanic/game/chicken_cooler.cpp
+++ b/engines/titanic/game/chicken_cooler.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-void CChickenCooler::save(SimpleFile *file, int indent) const {
+void CChickenCooler::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_fieldBC, indent);
file->writeNumberLine(_fieldC0, indent);