aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/game_object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/game_object.cpp')
-rw-r--r--engines/titanic/core/game_object.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/titanic/core/game_object.cpp b/engines/titanic/core/game_object.cpp
index c4467c1e6a..870e9d420d 100644
--- a/engines/titanic/core/game_object.cpp
+++ b/engines/titanic/core/game_object.cpp
@@ -141,27 +141,27 @@ void CGameObject::load(SimpleFile *file) {
case 7:
_movieRangeInfoList.load(file);
_frameNumber = file->readNumber();
- // Deliberate fall-through
+ // Intentional fall-through
case 6:
_cursorId = (CursorId)file->readNumber();
- // Deliberate fall-through
+ // Intentional fall-through
case 5:
_movieClips.load(file);
- // Deliberate fall-through
+ // Intentional fall-through
case 4:
_handleMouseFlag = file->readNumber();
- // Deliberate fall-through
+ // Intentional fall-through
case 3:
_nonvisual = file->readNumber();
- // Deliberate fall-through
+ // Intentional fall-through
case 2:
_resource = file->readString();
- // Deliberate fall-through
+ // Intentional fall-through
case 1:
_bounds = file->readBounds();