X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qh;fp=qcsrc%2Fclient%2Fview.qh;h=5bce2fe3246818293474b6383dd05a2a1d68ce39;hp=6b3fe4430ec360889a2226139aeda99eab3d0120;hb=25a407b7b13088fb19505397e4b9357640ebbac8;hpb=eb716c9851ebd74fd150f14bebf585da32a5f856 diff --git a/qcsrc/client/view.qh b/qcsrc/client/view.qh index 6b3fe4430..5bce2fe32 100644 --- a/qcsrc/client/view.qh +++ b/qcsrc/client/view.qh @@ -16,6 +16,7 @@ entity viewmodels[MAX_WEAPONSLOTS]; vector viewloc_mousepos; +bool cursor_active; int cursor_type; const int CURSOR_NORMAL = 0; const int CURSOR_MOVE = 1;