]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/sys-pre.qh
Fix FL_WEAPON flag overlapping FL_JUMPRELEASED. This unintentional change was introdu...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sys-pre.qh
index ca6a2044d375c7d5b1f2cd6b1921145d00e982fa..a00a1ac0a48d5cb13c4dedfbf51b2b72f5f62c14 100644 (file)
@@ -1,12 +1,5 @@
 #pragma once
 
-#define objerror builtin_objerror
-#define droptofloor builtin_droptofloor
-#define remove builtin_remove
-#define cvar_set builtin_cvar_set
-#define cvar_string builtin_cvar_string
-#define cvar builtin_cvar
-
 #define IT_SHOTGUN          _IT_SHOTGUN /* BIT(0) */
 #define IT_SUPER_SHOTGUN    _IT_SUPER_SHOTGUN /* BIT(1) */
 #define IT_NAILGUN          _IT_NAILGUN /* BIT(2) */
@@ -32,4 +25,9 @@
 #define IT_SUIT             _IT_SUIT /* BIT(21) */
 #define IT_QUAD             _IT_QUAD /* BIT(22) */
 
+#define STATE_TOP           _STATE_TOP /* 0 */
+#define STATE_BOTTOM        _STATE_BOTTOM /* 1 */
+#define STATE_UP            _STATE_UP /* 2 */
+#define STATE_DOWN          _STATE_DOWN /* 3 */
+
 #pragma noref 1