fixed typo in checkreload

This commit is contained in:
jeefo 2015-08-03 21:08:38 +03:00
commit 29aa353d5e
2 changed files with 3 additions and 6 deletions

View file

@ -119,10 +119,6 @@ void NetworkMsg::Execute (void *p)
break;
case 8:
if (weaponProp.ammo1 > 31)
weaponProp.ammo1 = -1;
weaponProp.flags = PTR_TO_INT (p); // flags for weapon (WTF???)
g_weaponDefs[weaponProp.id] = weaponProp; // store away this weapon with it's ammo information...
break;