aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions
diff options
context:
space:
mode:
authorEric Fry2018-07-02 22:07:31 +1000
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commitc9a3377408bb47ef3fe81755e8471f746362d75f (patch)
tree8a48a6a3bdfe3577eae48e90a545f062f6a16ca8 /engines/illusions
parent02eaa4c83d643d8a14a25d16a9cacbd3bfedf006 (diff)
downloadscummvm-rg350-c9a3377408bb47ef3fe81755e8471f746362d75f.tar.gz
scummvm-rg350-c9a3377408bb47ef3fe81755e8471f746362d75f.tar.bz2
scummvm-rg350-c9a3377408bb47ef3fe81755e8471f746362d75f.zip
ILLUSIONS: Standardized fall through comments
Diffstat (limited to 'engines/illusions')
-rw-r--r--engines/illusions/threads/talkthread.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/illusions/threads/talkthread.cpp b/engines/illusions/threads/talkthread.cpp
index d20f94a164..74fd162aae 100644
--- a/engines/illusions/threads/talkthread.cpp
+++ b/engines/illusions/threads/talkthread.cpp
@@ -101,7 +101,7 @@ int TalkThread::onUpdate() {
if (_vm->checkActiveTalkThreads())
return kTSYield;
_status = 3;
- // Fallthrough to status 3
+ // fall through
case 3:
talkEntry = getTalkResourceEntry(_talkId);
@@ -128,13 +128,13 @@ int TalkThread::onUpdate() {
if (_objectId == 0 || _durationMult == 0)
_flags |= 8;
_status = 4;
- // Fallthrough to status 4
+ // fall through
case 4:
if (!(_flags & 4) && !_vm->_soundMan->isVoiceCued())
return kTSYield;
_status = 5;
- // Fallthrough to status 5
+ // fall through
case 5:
if (!(_flags & 8))