mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 14:42:05 +00:00
Shared: Add #defines for weapon Firetypes.
This helps referencing which firetype corresponds to what in weapon_core.
This commit is contained in:
parent
e7a2cba82d
commit
5086304b51
1 changed files with 8 additions and 0 deletions
|
@ -60,6 +60,14 @@ const float EVENT_ACHIEVEMENTPROGRESS = 36;
|
|||
#endif
|
||||
#endif
|
||||
|
||||
// Weapon Firetype definitions
|
||||
#define FIRETYPE_FULLAUTO 0
|
||||
#define FIRETYPE_SEMIAUTO 1
|
||||
#define FIRETYPE_GRENADE 3
|
||||
#define FIRETYPE_RAYBEAM 4
|
||||
#define FIRETYPE_TESLA 5
|
||||
#define FIRETYPE_FLAME 6
|
||||
|
||||
//nzp weapon defines
|
||||
//id list
|
||||
#define W_NOWEP 0
|
||||
|
|
Loading…
Reference in a new issue