From: terencehill Date: Mon, 24 May 2021 13:08:32 +0000 (+0000) Subject: Merge branch 'terencehill/hud_notify_panel_update' into 'master' X-Git-Tag: xonotic-v0.8.5~405^2~31 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=946fc6f3bf98ad64c93e9259c7e3f6b49c41a2ef;p=xonotic%2Fxonotic-data.pk3dir.git Merge branch 'terencehill/hud_notify_panel_update' into 'master' Notify panel update Closes #2581 See merge request xonotic/xonotic-data.pk3dir!904 --- 946fc6f3bf98ad64c93e9259c7e3f6b49c41a2ef diff --cc qcsrc/client/hud/panel/scoreboard.qc index b70513f44,e00343e79..2db57485b --- a/qcsrc/client/hud/panel/scoreboard.qc +++ b/qcsrc/client/hud/panel/scoreboard.qc @@@ -1835,9 -1808,9 +1837,9 @@@ void Scoreboard_Draw( Scoreboard_UpdatePlayerTeams(); - float initial_pos_y = panel_pos.y; + scoreboard_top = panel_pos.y; vector pos = panel_pos; - entity pl, tm; + entity tm; string str; vector str_pos;