mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-21 03:11:57 +00:00
Merge pull request #844 from protocultor/inventory
Inventory screen keys/buttons display fix
This commit is contained in:
commit
a80f5b6cd7
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ CL_DrawInventory(void)
|
|||
}
|
||||
}
|
||||
|
||||
Com_sprintf(string, sizeof(string), "%6s %3i %s", bind,
|
||||
Com_sprintf(string, sizeof(string), "%6.6s %3i %s", bind,
|
||||
cl.inventory[item], cl.configstrings[CS_ITEMS + item]);
|
||||
|
||||
if (item != selected)
|
||||
|
|
Loading…
Reference in a new issue