From 305a03d7c8080544051295d529e3bb5cee43f1ad Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sat, 10 Jul 2010 00:51:38 +0000 Subject: [PATCH] - Fixed copy-pasta error for "give everything". SVN r2420 (trunk) --- src/m_cheat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_cheat.cpp b/src/m_cheat.cpp index b50c908e8..0a7928a91 100644 --- a/src/m_cheat.cpp +++ b/src/m_cheat.cpp @@ -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)