aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/null_port_hole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/null_port_hole.cpp')
-rw-r--r--engines/titanic/game/null_port_hole.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/null_port_hole.cpp b/engines/titanic/game/null_port_hole.cpp
index 93dd7eb64e..060e5f04ca 100644
--- a/engines/titanic/game/null_port_hole.cpp
+++ b/engines/titanic/game/null_port_hole.cpp
@@ -31,7 +31,7 @@ CNullPortHole::CNullPortHole() : CClickResponder() {
_string2 = "b#48.wav";
}
-void CNullPortHole::save(SimpleFile *file, int indent) const {
+void CNullPortHole::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeQuotedLine(_string2, indent);
file->writeQuotedLine(_string1, indent);