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