test commit
This commit is contained in:
parent
f3e583e057
commit
3a3236e197
1 changed files with 4 additions and 0 deletions
|
|
@ -119,6 +119,10 @@ void NetworkMsg::Execute (void *p)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 8:
|
case 8:
|
||||||
|
|
||||||
|
if (weaponProp.ammo1 > 31)
|
||||||
|
weaponProp.ammo1 = -1;
|
||||||
|
|
||||||
weaponProp.flags = PTR_TO_INT (p); // flags for weapon (WTF???)
|
weaponProp.flags = PTR_TO_INT (p); // flags for weapon (WTF???)
|
||||||
g_weaponDefs[weaponProp.id] = weaponProp; // store away this weapon with it's ammo information...
|
g_weaponDefs[weaponProp.id] = weaponProp; // store away this weapon with it's ammo information...
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue