]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/view.qh
Clean up / simplify some hud cursor code
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / view.qh
index 6b3fe4430ec360889a2226139aeda99eab3d0120..5bce2fe3246818293474b6383dd05a2a1d68ce39 100644 (file)
@@ -16,6 +16,7 @@ entity viewmodels[MAX_WEAPONSLOTS];
 
 vector viewloc_mousepos;
 
 
 vector viewloc_mousepos;
 
+bool cursor_active;
 int cursor_type;
 const int CURSOR_NORMAL = 0;
 const int CURSOR_MOVE = 1;
 int cursor_type;
 const int CURSOR_NORMAL = 0;
 const int CURSOR_MOVE = 1;