mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
Update tfcx LINUXOFFSET value (bug 5845, r=arkshine)
Former-commit-id: 0f1908fa74
This commit is contained in:
parent
73b365e952
commit
de818ab5ec
@ -7,18 +7,18 @@
|
|||||||
#include "CRank.h"
|
#include "CRank.h"
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#define LINUXOFFSET 0
|
#define LINUXOFFSET 0
|
||||||
#define CLIP_LINUXOFFSET 0
|
#define CLIP_LINUXOFFSET 0
|
||||||
#else
|
#else
|
||||||
#define LINUXOFFSET 3
|
#define LINUXOFFSET 4
|
||||||
#define CLIP_LINUXOFFSET 4
|
#define CLIP_LINUXOFFSET 4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define TFCMAX_CUSTOMWPNS 5
|
#define TFCMAX_CUSTOMWPNS 5
|
||||||
#define TFCMAX_WEAPONS MAX_WEAPONS + TFCMAX_CUSTOMWPNS
|
#define TFCMAX_WEAPONS MAX_WEAPONS + TFCMAX_CUSTOMWPNS
|
||||||
|
|
||||||
#define PD_HAS_GOALITEM 26 + LINUXOFFSET
|
#define PD_HAS_GOALITEM 26 + LINUXOFFSET
|
||||||
#define PD_GOALITEM_TEAM 36 + LINUXOFFSET
|
#define PD_GOALITEM_TEAM 36 + LINUXOFFSET
|
||||||
#define PD_SENTRY_OWNER 83 + LINUXOFFSET
|
#define PD_SENTRY_OWNER 83 + LINUXOFFSET
|
||||||
#define PD_TIMER_OWNER 932 + LINUXOFFSET
|
#define PD_TIMER_OWNER 932 + LINUXOFFSET
|
||||||
|
|
||||||
@ -28,7 +28,7 @@
|
|||||||
#define PD_REPLACE_SKIN 172 + LINUXOFFSET
|
#define PD_REPLACE_SKIN 172 + LINUXOFFSET
|
||||||
|
|
||||||
|
|
||||||
#define MAX_TRACE 13
|
#define MAX_TRACE 13
|
||||||
//#define NADE_OFFSET 24
|
//#define NADE_OFFSET 24
|
||||||
|
|
||||||
#define ACT_NADE_NONE 0
|
#define ACT_NADE_NONE 0
|
||||||
|
Loading…
Reference in New Issue
Block a user