]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/hud.qh
Scoreboard UI and team selection: add SHIFT+TAB shortcuts to reverse cycling
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / hud.qh
index a02ff3688f262bac6f3581165e8e5f4b86d020a9..463dcd402da61fdc8317108e327f8f1b30f51d71 100644 (file)
@@ -127,6 +127,7 @@ int hudShiftState;
 const int S_SHIFT = 1;
 const int S_CTRL = 2;
 const int S_ALT = 4;
+const int S_TAB = 8;
 
 float hud_fade_alpha;