aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/belbot_get_light.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/belbot_get_light.cpp')
-rw-r--r--engines/titanic/game/belbot_get_light.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/belbot_get_light.cpp b/engines/titanic/game/belbot_get_light.cpp
index 4bbafcd31c..3e678a8a0c 100644
--- a/engines/titanic/game/belbot_get_light.cpp
+++ b/engines/titanic/game/belbot_get_light.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-void CBelbotGetLight::save(SimpleFile *file, int indent) const {
+void CBelbotGetLight::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeQuotedLine(_value, indent);
CGameObject::save(file, indent);