mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
'fix' fix
This commit is contained in:
parent
85fe445fef
commit
708d247c98
@ -30,7 +30,7 @@
|
||||
#include "WeaponInfo.h"
|
||||
#include "World.h"
|
||||
|
||||
uint16 gReloadSampleTime[WEAPONTYPE_TOTAL_INVENTORY_WEAPONS] =
|
||||
uint16 gReloadSampleTime[WEAPONTYPE_LAST_WEAPONTYPE] =
|
||||
{
|
||||
0, // UNARMED
|
||||
0, // BASEBALLBAT
|
||||
@ -45,8 +45,7 @@ uint16 gReloadSampleTime[WEAPONTYPE_TOTAL_INVENTORY_WEAPONS] =
|
||||
0, // MOLOTOV
|
||||
0, // GRENADE
|
||||
0, // DETONATOR
|
||||
|
||||
0 // WEAPONTYPE_HELICANNON
|
||||
0 // HELICANNON
|
||||
};
|
||||
|
||||
CWeaponInfo *
|
||||
|
Loading…
Reference in New Issue
Block a user