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