X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ftrigger%2Fviewloc.qh;h=d8e2bb3d86f63a4dc26ca4dfc405d194bae5c449;hb=8d34d5c14d4b5909e682f57c8a777ca979bf18b3;hp=3181e67b5dd592baacef6cdee10b801777dbfb78;hpb=13e8382b4bd9c0de8bcfd2a96f56e638ba5d431d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/trigger/viewloc.qh b/qcsrc/common/triggers/trigger/viewloc.qh index 3181e67b5..d8e2bb3d8 100644 --- a/qcsrc/common/triggers/trigger/viewloc.qh +++ b/qcsrc/common/triggers/trigger/viewloc.qh @@ -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;