Reinstate the printing of quote 121 when DNKEYS is used.

git-svn-id: https://svn.eduke32.com/eduke32@5340 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2015-09-08 02:57:56 +00:00
parent 1ea397d0b4
commit 51059b3896

View file

@ -8343,6 +8343,7 @@ FOUNDCHEAT:
case CHEAT_KEYS:
g_player[myconnectindex].ps->got_access = 7;
KB_FlushKeyboardQueue();
P_DoQuote(QUOTE_CHEAT_ALL_KEYS, g_player[myconnectindex].ps);
end_cheat();
return;