aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/port_hole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/port_hole.cpp')
-rw-r--r--engines/titanic/game/port_hole.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/port_hole.cpp b/engines/titanic/game/port_hole.cpp
index 556473263b..f3c447f443 100644
--- a/engines/titanic/game/port_hole.cpp
+++ b/engines/titanic/game/port_hole.cpp
@@ -28,7 +28,7 @@ CPortHole::CPortHole() : CGameObject(), _fieldBC(0),
_string1("b#47.wav"), _string2("b#46.wav") {
}
-void CPortHole::save(SimpleFile *file, int indent) const {
+void CPortHole::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_fieldBC, indent);
file->writeQuotedLine(_string1, indent);