aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/cell_point_button.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/cell_point_button.cpp')
-rw-r--r--engines/titanic/game/cell_point_button.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/cell_point_button.cpp b/engines/titanic/game/cell_point_button.cpp
index 45ddad8164..18ece09cb0 100644
--- a/engines/titanic/game/cell_point_button.cpp
+++ b/engines/titanic/game/cell_point_button.cpp
@@ -38,7 +38,7 @@ CCellPointButton::CCellPointButton() : CBackground() {
_field108 = 1;
}
-void CCellPointButton::save(SimpleFile *file, int indent) const {
+void CCellPointButton::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_fieldE0, indent);
file->writeNumberLine(_fieldE4, indent);