mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[nq] Correct the number of children for the health view
It needs only 3 as the face has its own view.
This commit is contained in:
parent
1130919049
commit
5ce0f4735c
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ static view_def_t sbar_defs[] = {
|
|||
{0, { 0, 0, 24, 24}, grav_northwest, &sbar_ammo, 4, 24, 0},
|
||||
{0, { 0, 0, 16, 16}, grav_northwest, &sbar_items, 6, 16, 0},
|
||||
{0, { 0, 0, 24, 16}, grav_northwest, &sbar_weapons, 7, 24, 0},
|
||||
{0, { 0, 0, 24, 24}, grav_northwest, &sbar_health, 4, 24, 0},
|
||||
{0, { 0, 0, 24, 24}, grav_northwest, &sbar_health, 3, 24, 0},
|
||||
{0, {10, 0, 24, 8}, grav_northwest, &sbar_miniammo, 4, 48, 0},
|
||||
|
||||
{}
|
||||
|
|
Loading…
Reference in a new issue