aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/wheel_button.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/wheel_button.cpp')
-rw-r--r--engines/titanic/game/wheel_button.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/wheel_button.cpp b/engines/titanic/game/wheel_button.cpp
index 0fad6848fd..19c42a8807 100644
--- a/engines/titanic/game/wheel_button.cpp
+++ b/engines/titanic/game/wheel_button.cpp
@@ -28,7 +28,7 @@ CWheelButton::CWheelButton() : CBackground(),
_fieldE0(0), _fieldE4(0), _fieldE8(0) {
}
-void CWheelButton::save(SimpleFile *file, int indent) const {
+void CWheelButton::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_fieldE0, indent);
file->writeNumberLine(_fieldE4, indent);