aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/credits_button.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/credits_button.cpp')
-rw-r--r--engines/titanic/game/credits_button.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/credits_button.cpp b/engines/titanic/game/credits_button.cpp
index 0ab23c1efc..90bb1b5ebe 100644
--- a/engines/titanic/game/credits_button.cpp
+++ b/engines/titanic/game/credits_button.cpp
@@ -27,7 +27,7 @@ namespace Titanic {
CCreditsButton::CCreditsButton() : CBackground(), _fieldE0(1) {
}
-void CCreditsButton::save(SimpleFile *file, int indent) const {
+void CCreditsButton::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_fieldE0, indent);
CBackground::save(file, indent);