mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
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:
parent
1ea397d0b4
commit
51059b3896
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue