mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
AGI: Mark fall-through. Detected by CID 1003771
This commit is contained in:
parent
e809ebb904
commit
8cdca523ea
@ -220,6 +220,7 @@ void TrollEngine::waitAnyKeyIntro() {
|
||||
switch (iMsg) {
|
||||
case 200:
|
||||
iMsg = 0;
|
||||
// fall through
|
||||
case 0:
|
||||
drawStr(22, 3, kColorDefault, IDS_TRO_INTRO_2);
|
||||
_gfx->doUpdate();
|
||||
|
Loading…
x
Reference in New Issue
Block a user