mirror of https://github.com/Nofated095/re-GTA.git
'fix' fix
This commit is contained in:
parent
85fe445fef
commit
708d247c98
|
@ -30,7 +30,7 @@
|
||||||
#include "WeaponInfo.h"
|
#include "WeaponInfo.h"
|
||||||
#include "World.h"
|
#include "World.h"
|
||||||
|
|
||||||
uint16 gReloadSampleTime[WEAPONTYPE_TOTAL_INVENTORY_WEAPONS] =
|
uint16 gReloadSampleTime[WEAPONTYPE_LAST_WEAPONTYPE] =
|
||||||
{
|
{
|
||||||
0, // UNARMED
|
0, // UNARMED
|
||||||
0, // BASEBALLBAT
|
0, // BASEBALLBAT
|
||||||
|
@ -45,8 +45,7 @@ uint16 gReloadSampleTime[WEAPONTYPE_TOTAL_INVENTORY_WEAPONS] =
|
||||||
0, // MOLOTOV
|
0, // MOLOTOV
|
||||||
0, // GRENADE
|
0, // GRENADE
|
||||||
0, // DETONATOR
|
0, // DETONATOR
|
||||||
|
0 // HELICANNON
|
||||||
0 // WEAPONTYPE_HELICANNON
|
|
||||||
};
|
};
|
||||||
|
|
||||||
CWeaponInfo *
|
CWeaponInfo *
|
||||||
|
|
Loading…
Reference in New Issue