From 73f0a23beecd52888b3c692acd0ff68a83ad3828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Andersson?= Date: Mon, 8 May 2006 14:49:54 +0000 Subject: [PATCH] Added comment about switch case fallthrough. I assume this one is deliberate, but they're easy to miss at a casual glance. svn-id: r22392 --- engines/kyra/sequences_v1.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engines/kyra/sequences_v1.cpp b/engines/kyra/sequences_v1.cpp index 9b8c4ca7f7c..594198582ef 100644 --- a/engines/kyra/sequences_v1.cpp +++ b/engines/kyra/sequences_v1.cpp @@ -1167,6 +1167,9 @@ int KyraEngine::handleMalcolmFlag() { frame = 0; _malcolmFlag = 2; timer2 = 0; + + // Fall through to the next case + case 2: if (_system->getMillis() >= timer2) { _finalA->_x = 8;