]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/trigger/viewloc.qh
magicear: replace magic numbers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / viewloc.qh
index 3181e67b5dd592baacef6cdee10b801777dbfb78..d8e2bb3d86f63a4dc26ca4dfc405d194bae5c449 100644 (file)
@@ -1,10 +1,8 @@
 #pragma once
+#include "../spawnflags.qh"
 
 .entity viewloc;
 
-const int VIEWLOC_NOSIDESCROLL = BIT(0); // NOTE: currently unimplemented
-const int VIEWLOC_FREEAIM = BIT(1);
-
 #ifdef CSQC
 .entity goalentity;
 .entity enemy;