]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/sys-pre.qh
Transifex autosync
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sys-pre.qh
index f60bb9984d408490a3e52d3dbb32656b90baa835..a00a1ac0a48d5cb13c4dedfbf51b2b72f5f62c14 100644 (file)
@@ -1,7 +1,5 @@
 #pragma once
 
-#define droptofloor builtin_droptofloor
-
 #define IT_SHOTGUN          _IT_SHOTGUN /* BIT(0) */
 #define IT_SUPER_SHOTGUN    _IT_SUPER_SHOTGUN /* BIT(1) */
 #define IT_NAILGUN          _IT_NAILGUN /* BIT(2) */
@@ -27,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