projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bdf7d7
)
Fix autocvar_hud_panel_weapons_complainbubble 0 not working
author
terencehill <piuntn@gmail.com>
Sun, 24 Feb 2013 13:08:50 +0000
(14:08 +0100)
committer
terencehill <piuntn@gmail.com>
Sun, 24 Feb 2013 13:08:50 +0000
(14:08 +0100)
qcsrc/client/hud.qc
patch
|
blob
|
history
diff --git
a/qcsrc/client/hud.qc
b/qcsrc/client/hud.qc
index 77516699ef58da836c9b428b1e9a90b311ba52c0..6632bfed8a8089470ee73c90c38bceccac570ded 100644
(file)
--- a/
qcsrc/client/hud.qc
+++ b/
qcsrc/client/hud.qc
@@
-514,8
+514,7
@@
void HUD_Weapons(void)
weaponorder_cmp_str = string_null;
}
- if(autocvar_hud_panel_weapons_complainbubble)
- if(autocvar__hud_configure || time - complain_weapon_time >= when + fadetime)
+ if(!autocvar_hud_panel_weapons_complainbubble || autocvar__hud_configure || time - complain_weapon_time >= when + fadetime)
complain_weapon = 0;
// determine which weapons are going to be shown