aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/enter_bomb_room.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/moves/enter_bomb_room.cpp')
-rw-r--r--engines/titanic/moves/enter_bomb_room.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/moves/enter_bomb_room.cpp b/engines/titanic/moves/enter_bomb_room.cpp
index e989d47114..55b838d026 100644
--- a/engines/titanic/moves/enter_bomb_room.cpp
+++ b/engines/titanic/moves/enter_bomb_room.cpp
@@ -27,7 +27,7 @@ namespace Titanic {
CEnterBombRoom::CEnterBombRoom() : CMovePlayerTo(), _fieldC8(0) {
}
-void CEnterBombRoom::save(SimpleFile *file, int indent) const {
+void CEnterBombRoom::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
CMovePlayerTo::save(file, indent);
}