From 7062d210a7a4dd7c7d3af13962437902bba94dc8 Mon Sep 17 00:00:00 2001 From: justgo97 Date: Tue, 24 Jul 2018 09:37:19 +0100 Subject: [PATCH] fix hlsdk_const.inc identation (#502) a copy past from reapi hlsdk_const.inc file --- plugins/include/hlsdk_const.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/hlsdk_const.inc b/plugins/include/hlsdk_const.inc index 316325e7..8c9d7525 100644 --- a/plugins/include/hlsdk_const.inc +++ b/plugins/include/hlsdk_const.inc @@ -625,7 +625,7 @@ #define TRAIN_MEDIUM 0x03 #define TRAIN_FAST 0x04 #define TRAIN_BACK 0x05 - + /** * Valve Mod Weapon Constants */ @@ -660,7 +660,7 @@ #define ITEM_FLAG_NOAUTORELOAD (1<<1) #define ITEM_FLAG_NOAUTOSWITCHEMPTY (1<<2) #define ITEM_FLAG_LIMITINWORLD (1<<3) -#define ITEM_FLAG_EXHAUSTIBLE (1<<4) +#define ITEM_FLAG_EXHAUSTIBLE (1<<4) #define FEV_NOTHOST (1<<0) // Skip local host for event send.