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