aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/place_holder_item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/place_holder_item.cpp')
-rw-r--r--engines/titanic/game/place_holder_item.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/place_holder_item.cpp b/engines/titanic/game/place_holder_item.cpp
index ecd9c9a10b..108c25ced8 100644
--- a/engines/titanic/game/place_holder_item.cpp
+++ b/engines/titanic/game/place_holder_item.cpp
@@ -44,7 +44,7 @@ void CPlaceHolderItem::save(SimpleFile *file, int indent) {
file->writePoint(_pos1, indent);
file->writePoint(_pos2, indent);
file->writeQuotedLine(_string1, indent);
-
+
CNamedItem::save(file, indent);
}
@@ -89,7 +89,7 @@ void CPlaceHolderItem::load(SimpleFile *file) {
default:
break;
}
-
+
CNamedItem::load(file);
}