Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
'fix' fix
  • Loading branch information
Fire-Head committed Apr 15, 2020
1 parent 85fe445 commit 708d247c982c7a95620723e520c718afd2058690
Showing with 15 additions and 16 deletions.
  1. +15 −16 src/weapons/Weapon.cpp
@@ -30,23 +30,22 @@
#include "WeaponInfo.h"
#include "World.h"

uint16 gReloadSampleTime[WEAPONTYPE_TOTAL_INVENTORY_WEAPONS] =
uint16 gReloadSampleTime[WEAPONTYPE_LAST_WEAPONTYPE] =
{
0, // UNARMED
0, // BASEBALLBAT
250, // COLT45
400, // UZI
650, // SHOTGUN
300, // AK47
300, // M16
423, // SNIPERRIFLE
400, // ROCKETLAUNCHER
0, // FLAMETHROWER
0, // MOLOTOV
0, // GRENADE
0, // DETONATOR

0 // WEAPONTYPE_HELICANNON
0, // UNARMED
0, // BASEBALLBAT
250, // COLT45
400, // UZI
650, // SHOTGUN
300, // AK47
300, // M16
423, // SNIPERRIFLE
400, // ROCKETLAUNCHER
0, // FLAMETHROWER
0, // MOLOTOV
0, // GRENADE
0, // DETONATOR
0 // HELICANNON
};

CWeaponInfo *

0 comments on commit 708d247

Please sign in to comment.