aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/computer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/computer.cpp')
-rw-r--r--engines/titanic/game/computer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/computer.cpp b/engines/titanic/game/computer.cpp
index d2a2cc1935..e3f9430f3e 100644
--- a/engines/titanic/game/computer.cpp
+++ b/engines/titanic/game/computer.cpp
@@ -30,7 +30,7 @@ BEGIN_MESSAGE_MAP(CComputer, CBackground)
ON_MESSAGE(MovieEndMsg)
END_MESSAGE_MAP()
-void CComputer::save(SimpleFile *file, int indent) const {
+void CComputer::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeQuotedLine(_currentCD, indent);
file->writeNumberLine(_state, indent);