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