Merge pull request #7 from Bara20/patch-1
Add CS_DMG_HEADSHOT define (r=psychonic).
This commit is contained in:
commit
5cb10441d7
@ -46,6 +46,8 @@
|
|||||||
#define CS_SLOT_GRENADE 3 /**< Grenade slot (will only return one grenade). */
|
#define CS_SLOT_GRENADE 3 /**< Grenade slot (will only return one grenade). */
|
||||||
#define CS_SLOT_C4 4 /**< C4 slot. */
|
#define CS_SLOT_C4 4 /**< C4 slot. */
|
||||||
|
|
||||||
|
#define CS_DMG_HEADSHOT (1 << 30) /**< Headshot */
|
||||||
|
|
||||||
enum CSRoundEndReason
|
enum CSRoundEndReason
|
||||||
{
|
{
|
||||||
CSRoundEnd_TargetBombed = 0, /**< Target Successfully Bombed! */
|
CSRoundEnd_TargetBombed = 0, /**< Target Successfully Bombed! */
|
||||||
|
Loading…
Reference in New Issue
Block a user