mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- Fixed copy-pasta error for "give everything".
SVN r2420 (trunk)
This commit is contained in:
parent
a401779715
commit
305a03d7c8
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ void cht_Give (player_t *player, const char *name, int amount)
|
|||
}
|
||||
else if (stricmp (name, "everything") == 0)
|
||||
{
|
||||
giveall = ALL_YES;
|
||||
giveall = ALL_YESYES;
|
||||
}
|
||||
|
||||
if (stricmp (name, "health") == 0)
|
||||
|
|
Loading…
Reference in a new issue