mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-26 11:04:15 +01:00
'fix' fix
This commit is contained in:
parent
85fe445fef
commit
708d247c98
@ -30,23 +30,22 @@
|
|||||||
#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
|
||||||
250, // COLT45
|
250, // COLT45
|
||||||
400, // UZI
|
400, // UZI
|
||||||
650, // SHOTGUN
|
650, // SHOTGUN
|
||||||
300, // AK47
|
300, // AK47
|
||||||
300, // M16
|
300, // M16
|
||||||
423, // SNIPERRIFLE
|
423, // SNIPERRIFLE
|
||||||
400, // ROCKETLAUNCHER
|
400, // ROCKETLAUNCHER
|
||||||
0, // FLAMETHROWER
|
0, // FLAMETHROWER
|
||||||
0, // MOLOTOV
|
0, // MOLOTOV
|
||||||
0, // GRENADE
|
0, // GRENADE
|
||||||
0, // DETONATOR
|
0, // DETONATOR
|
||||||
|
0 // HELICANNON
|
||||||
0 // WEAPONTYPE_HELICANNON
|
|
||||||
};
|
};
|
||||||
|
|
||||||
CWeaponInfo *
|
CWeaponInfo *
|
||||||
|
Loading…
Reference in New Issue
Block a user