aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/light_switch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/light_switch.cpp')
-rw-r--r--engines/titanic/game/light_switch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/light_switch.cpp b/engines/titanic/game/light_switch.cpp
index 78a0548f41..3f5c8d2084 100644
--- a/engines/titanic/game/light_switch.cpp
+++ b/engines/titanic/game/light_switch.cpp
@@ -30,7 +30,7 @@ CLightSwitch::CLightSwitch() : CBackground(),
_fieldE0(0), _fieldE4(0), _fieldE8(0) {
}
-void CLightSwitch::save(SimpleFile *file, int indent) const {
+void CLightSwitch::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_fieldE0, indent);
file->writeNumberLine(_fieldE4, indent);