aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bomb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/bomb.cpp')
-rw-r--r--engines/titanic/game/bomb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/bomb.cpp b/engines/titanic/game/bomb.cpp
index a6086a2bca..9a08f26ece 100644
--- a/engines/titanic/game/bomb.cpp
+++ b/engines/titanic/game/bomb.cpp
@@ -38,7 +38,7 @@ CBomb::CBomb() : CBackground() {
_field104 = 60;
}
-void CBomb::save(SimpleFile *file, int indent) const {
+void CBomb::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_fieldE0, indent);
file->writeNumberLine(_fieldE4, indent);