mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
AGI: Fix Fall Through Compiler Warning
This fairly clearly intentional and thus no FIXME comment is added for this.
This commit is contained in:
parent
b203b61b38
commit
61526fa317
@ -843,6 +843,7 @@ void MickeyEngine::drawRoomAnimation() {
|
||||
case IDI_MSA_PLANET_VENUS:
|
||||
if (_gameStateMickey.iRmMenu[_gameStateMickey.iRoom] != 2)
|
||||
break;
|
||||
// fall through
|
||||
default:
|
||||
drawObj(
|
||||
IDI_MSA_OBJECT_CRYSTAL,
|
||||
|
Loading…
Reference in New Issue
Block a user