Skip to content

Commit

Permalink
cdll_dll.h: add SCORE_STATUS_NONE constant
Browse files Browse the repository at this point in the history
related to: rehlds/ReAPI#214
  • Loading branch information
Nord1cWarr1or authored Sep 7, 2021
1 parent 9233f85 commit 7edc73a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regamedll/dlls/cdll_dll.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const int DEFAULT_FOV = 90; // the default field of view
#define ITEM_STATUS_NIGHTVISION BIT(0)
#define ITEM_STATUS_DEFUSER BIT(1)

#define SCORE_STATUS_NONE 0
#define SCORE_STATUS_DEAD BIT(0)
#define SCORE_STATUS_BOMB BIT(1)
#define SCORE_STATUS_VIP BIT(2)
Expand Down

0 comments on commit 7edc73a

Please sign in to comment.