aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/sgt/bedfoot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/sgt/bedfoot.cpp')
-rw-r--r--engines/titanic/game/sgt/bedfoot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/sgt/bedfoot.cpp b/engines/titanic/game/sgt/bedfoot.cpp
index b039f8a9d8..18ea07aca0 100644
--- a/engines/titanic/game/sgt/bedfoot.cpp
+++ b/engines/titanic/game/sgt/bedfoot.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-void CBedfoot::save(SimpleFile *file, int indent) const {
+void CBedfoot::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
CSGTStateRoom::save(file, indent);
}