aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/exit_pellerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/moves/exit_pellerator.cpp')
-rw-r--r--engines/titanic/moves/exit_pellerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/moves/exit_pellerator.cpp b/engines/titanic/moves/exit_pellerator.cpp
index 7c0a52b2ae..68a2a8da91 100644
--- a/engines/titanic/moves/exit_pellerator.cpp
+++ b/engines/titanic/moves/exit_pellerator.cpp
@@ -34,7 +34,7 @@ void CExitPellerator::deinit() {
delete _statics;
}
-void CExitPellerator::save(SimpleFile *file, int indent) const {
+void CExitPellerator::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeQuotedLine(_statics->_v1, indent);
file->writeNumberLine(_statics->_v2, indent);