aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/wheel_spin_horn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/wheel_spin_horn.cpp')
-rw-r--r--engines/titanic/game/wheel_spin_horn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/wheel_spin_horn.cpp b/engines/titanic/game/wheel_spin_horn.cpp
index 3bc705dddb..b01cc678df 100644
--- a/engines/titanic/game/wheel_spin_horn.cpp
+++ b/engines/titanic/game/wheel_spin_horn.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-void CWheelSpinHorn::save(SimpleFile *file, int indent) const {
+void CWheelSpinHorn::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeQuotedLine(_string1, indent);
file->writeQuotedLine(_string2, indent);