Amend r3328 so that NAM gets WEAPON_RELOAD_TIMING.

git-svn-id: https://svn.eduke32.com/eduke32@3367 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2013-01-04 17:27:43 +00:00
parent 0c44056945
commit 5493583140

View file

@ -1233,7 +1233,7 @@ static void Gv_AddSystemVars(void)
{
weapondefaults[PISTOL_WEAPON].Clip = 20;
weapondefaults[PISTOL_WEAPON].Reload = 50;
weapondefaults[PISTOL_WEAPON].Flags = WEAPON_HOLSTER_CLEARS_CLIP;
weapondefaults[PISTOL_WEAPON].Flags |= WEAPON_HOLSTER_CLEARS_CLIP;
weapondefaults[SHRINKER_WEAPON].TotalTime = 30;