AGI: Mark fall-through. Detected by CID 1003771

This commit is contained in:
Eugene Sandulenko 2013-07-15 12:00:10 +03:00
parent e809ebb904
commit 8cdca523ea

View File

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