1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 18:27:36 +00:00

'fix' fix

This commit is contained in:
Fire-Head 2020-04-15 19:53:08 +03:00
parent 85fe445fef
commit 708d247c98

View file

@ -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 *