Merge pull request #7 from Bara20/patch-1

Add CS_DMG_HEADSHOT define (r=psychonic).
This commit is contained in:
Nicholas Hastings 2014-05-29 15:39:33 -04:00
commit 5cb10441d7

View File

@ -46,6 +46,8 @@
#define CS_SLOT_GRENADE 3 /**< Grenade slot (will only return one grenade). */
#define CS_SLOT_C4 4 /**< C4 slot. */
#define CS_DMG_HEADSHOT (1 << 30) /**< Headshot */
enum CSRoundEndReason
{
CSRoundEnd_TargetBombed = 0, /**< Target Successfully Bombed! */