aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/link_item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/link_item.cpp')
-rw-r--r--engines/titanic/core/link_item.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/core/link_item.cpp b/engines/titanic/core/link_item.cpp
index 559191efc9..977d2f170b 100644
--- a/engines/titanic/core/link_item.cpp
+++ b/engines/titanic/core/link_item.cpp
@@ -96,11 +96,11 @@ void CLinkItem::load(SimpleFile *file) {
switch (val) {
case 2:
_cursorId = (CursorId)file->readNumber();
- // Deliberate fall-through
+ // Intentional fall-through
case 1:
_linkMode = file->readNumber();
- // Deliberate fall-through
+ // Intentional fall-through
case 0:
_roomNumber = file->readNumber();