]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud.qh
Make the mapvote panel less horizontally stretched: reduce a bit available width...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qh
index 2c2a3fbc4121247fce6e3ee63c5670df2b11fa97..90032e395f023889d0f546236a3c44207a42ec2f 100644 (file)
@@ -113,6 +113,11 @@ string panel_bg_padding_str;
 
 class(HUDPanel) .void() panel_draw;
 
+// chat panel can be reduced / moved while the mapvote is active
+// let know the mapvote panel about chat pos and size
+float chat_posy;
+float chat_sizey;
+
 float current_player;
 
 float GetPlayerColorForce(int i);