mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
fix for q2 huds.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@52 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a0d5341961
commit
7e650f9e28
1 changed files with 2 additions and 0 deletions
|
@ -1454,6 +1454,8 @@ void Sbar_Draw (void)
|
|||
#ifdef Q2CLIENT
|
||||
if (cls.q2server)
|
||||
{
|
||||
SCR_VRectForPlayer(&sbar_rect, 0);
|
||||
|
||||
if (*cl.q2statusbar)
|
||||
Sbar_ExecuteLayoutString(cl.q2statusbar);
|
||||
if (*cl.q2layout)
|
||||
|
|
Loading…
Reference in a new issue