]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/trigger/viewloc.qh
Move entity spawnflags to a common file
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / viewloc.qh
index 69c6c821ed7f23cde5c765a3f8bb989f1c2de2c8..d8e2bb3d86f63a4dc26ca4dfc405d194bae5c449 100644 (file)
@@ -1,11 +1,8 @@
 #pragma once
+#include "../spawnflags.qh"
 
 .entity viewloc;
 
-const int VIEWLOC_NOSIDESCROLL = BIT(0); // NOTE: currently unimplemented
-const int VIEWLOC_FREEAIM = BIT(1);
-const int VIEWLOC_FREEMOVE = BIT(2);
-
 #ifdef CSQC
 .entity goalentity;
 .entity enemy;