raze-gles/polymer
helixhorned 7350e1cfa0 In P_HandleSharedKeys(), clean up weapon index bound checking.
In particular, (int32_t)j != -1 is replaced by (uint32_t)j < MAX_WEAPONS
to prevent a value >= MAX_WEAPONS to be assigned to p->wantweaponfire (it's
used as a weapon index in P_CheckWeapon().

git-svn-id: https://svn.eduke32.com/eduke32@4181 1a8010ca-5511-0410-912e-c29ae57300e0
2013-11-28 21:18:05 +00:00
..
eduke32 In P_HandleSharedKeys(), clean up weapon index bound checking. 2013-11-28 21:18:05 +00:00
synthesis.sh Synthesis: Augment changelogs a little bit. DONT_BUILD. 2013-11-15 20:05:20 +00:00