Add fallthrough__ in gameexec

git-svn-id: https://svn.eduke32.com/eduke32@7923 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2019-08-08 01:57:21 +00:00 committed by Christoph Oelckers
parent 0d431a390f
commit 03b63470b9

View file

@ -6197,6 +6197,7 @@ badindex:
G_OperateRespawns(vm.pSprite->yvel);
break;
}
fallthrough__;
#endif
default:
if (vm.pSprite->hitag >= 0)