SW: Fix -Wimplicit-fallthrough

git-svn-id: https://svn.eduke32.com/eduke32@7533 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2019-04-08 06:28:26 +00:00 committed by Christoph Oelckers
parent dc049cdf41
commit e4975c522b
2 changed files with 3 additions and 4 deletions

View File

@ -272,12 +272,11 @@ DoShadowFindGroundPoint(uspritetype * sp)
loz = DoShadowFindGroundPoint(sp);
hsp->cstat = bak_cstat;
}
break;
}
case HIT_SECTOR:
{
return loz;
}
break;
default:
ASSERT(TRUE == FALSE);
@ -285,7 +284,6 @@ DoShadowFindGroundPoint(uspritetype * sp)
}
return loz;
}
#if 0

View File

@ -1125,6 +1125,7 @@ Keys3D(void)
sector[currsector].ceilingpicnum = temppicnum;
}
}
break;
case 2:
searchpicnum = sector[searchsector].floorpicnum;
if (highlightsectorcnt <= 0)