diff options
-rw-r--r-- | engines/kyra/sprites_lol.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/sprites_lol.cpp b/engines/kyra/sprites_lol.cpp index 88b24e1367..ba64b5ce88 100644 --- a/engines/kyra/sprites_lol.cpp +++ b/engines/kyra/sprites_lol.cpp @@ -567,6 +567,7 @@ void LoLEngine::drawBlockObjects(int blockArrayIndex) { case 2: case 6: flg |= 0x10; + // fall through case 0: case 4: shpIndex = _flyingItemShapes[shpIndex].shapeLeft; |