aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/variable_list.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/variable_list.cpp')
-rw-r--r--engines/titanic/game/variable_list.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/game/variable_list.cpp b/engines/titanic/game/variable_list.cpp
index 2a4a7df961..9c73bbc834 100644
--- a/engines/titanic/game/variable_list.cpp
+++ b/engines/titanic/game/variable_list.cpp
@@ -43,16 +43,16 @@ void CVariableListItem::load(SimpleFile *file) {
switch (file->readNumber()) {
case 3:
field44 = file->readNumber();
- // Deliberate fall-through
+ // Intentional fall-through
case 2:
_string1 = file->readString();
_field18 = file->readNumber();
- // Deliberate fall-through
+ // Intentional fall-through
case 1:
field40 = file->readNumber();
- // Deliberate fall-through
+ // Intentional fall-through
case 0:
_string2 = file->readString();