mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-01-19 08:01:55 +00:00
Added STAT_STREAK to stats structure
This commit is contained in:
parent
c71d8387e8
commit
be2a8c213a
1 changed files with 4 additions and 1 deletions
|
@ -404,7 +404,8 @@ typedef enum {
|
|||
STAT_ARMOR, // Elder: technically we don't need this anymore - maybe for vest
|
||||
STAT_DEAD_YAW, // look this direction when dead (FIXME: get rid of?)
|
||||
// Begin Duffman
|
||||
STAT_CLIPS, // Num Clips player currently has
|
||||
STAT_CLIPS, // Num Clips player currently has
|
||||
STAT_STREAK,
|
||||
// End Duffman
|
||||
// Homer: for bursting
|
||||
STAT_BURST, // number of shots in burst
|
||||
|
@ -637,6 +638,8 @@ typedef enum {
|
|||
EV_GLOBAL_TEAM_SOUND,
|
||||
EV_RQ3_SOUND, // Elder: play local sounds - intended for kick
|
||||
|
||||
EV_DMREWARD, // Duffman: To display expotional reward messages.
|
||||
|
||||
EV_BULLET_HIT_FLESH,
|
||||
EV_BULLET_HIT_WALL,
|
||||
|
||||
|
|
Loading…
Reference in a new issue