mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
Add fallthrough__ in gameexec
git-svn-id: https://svn.eduke32.com/eduke32@7923 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0d431a390f
commit
03b63470b9
1 changed files with 1 additions and 0 deletions
|
@ -6197,6 +6197,7 @@ badindex:
|
|||
G_OperateRespawns(vm.pSprite->yvel);
|
||||
break;
|
||||
}
|
||||
fallthrough__;
|
||||
#endif
|
||||
default:
|
||||
if (vm.pSprite->hitag >= 0)
|
||||
|
|
Loading…
Reference in a new issue