aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/start_action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/start_action.cpp')
-rw-r--r--engines/titanic/game/start_action.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/start_action.cpp b/engines/titanic/game/start_action.cpp
index e41b7df4bf..ab356ea1f4 100644
--- a/engines/titanic/game/start_action.cpp
+++ b/engines/titanic/game/start_action.cpp
@@ -33,7 +33,7 @@ END_MESSAGE_MAP()
CStartAction::CStartAction() : CBackground() {
}
-void CStartAction::save(SimpleFile *file, int indent) const {
+void CStartAction::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeQuotedLine(_msgTarget, indent);
file->writeQuotedLine(_msgAction, indent);