aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/cdrom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/cdrom.cpp')
-rw-r--r--engines/titanic/game/cdrom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/cdrom.cpp b/engines/titanic/game/cdrom.cpp
index 0fd7eb5dbd..111b090920 100644
--- a/engines/titanic/game/cdrom.cpp
+++ b/engines/titanic/game/cdrom.cpp
@@ -36,7 +36,7 @@ END_MESSAGE_MAP()
CCDROM::CCDROM() : CGameObject() {
}
-void CCDROM::save(SimpleFile *file, int indent) const {
+void CCDROM::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writePoint(_tempPos, indent);
CGameObject::save(file, indent);