mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +00:00
- removed redundant null entry in 'give' types.
This commit is contained in:
parent
9859571ded
commit
b06fe35c56
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ CCMD(noclip)
|
|||
|
||||
CCMD(give)
|
||||
{
|
||||
static const char* type[] = { "ALL","AMMO","ARMOR","HEALTH","INVENTORY","ITEMS","KEYS","WEAPONS",nullptr };
|
||||
static const char* type[] = { "ALL","AMMO","ARMOR","HEALTH","INVENTORY","ITEMS","KEYS","WEAPONS" };
|
||||
if (argv.argc() < 2)
|
||||
{
|
||||
Printf("give <all|health|weapons|ammo|armor|keys|inventory>: gives requested item\n");
|
||||
|
|
Loading…
Reference in a new issue