]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Remove the engine STATE_ definitions so they can be redefined as common code
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index bbf9ec9fa43c2610b7f537f71b9424978d019f14..c36f033c91eb0847c5faa2c360b753ec052347db 100644 (file)
@@ -318,11 +318,6 @@ const int FROZEN_NORMAL                            = 1;
 const int FROZEN_TEMP_REVIVING         = 2;
 const int FROZEN_TEMP_DYING                    = 3;
 
-const int ACTIVE_NOT           = 0;
-const int ACTIVE_ACTIVE        = 1;
-const int ACTIVE_IDLE          = 2;
-const int ACTIVE_BUSY          = 2;
-const int ACTIVE_TOGGLE        = 3;
 .int active;
 .void (entity this, int act_state) setactive;
 .entity realowner;