Merge pull request #844 from protocultor/inventory

Inventory screen keys/buttons display fix
This commit is contained in:
Yamagi 2022-06-07 14:22:23 +02:00 committed by GitHub
commit a80f5b6cd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)