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