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
This commit is contained in:
Torbjörn Andersson 2006-05-08 14:49:54 +00:00
parent 484b480b45
commit 73f0a23bee

View File

@ -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;