mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 11:40:44 +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:
|
case CHEAT_KEYS:
|
||||||
g_player[myconnectindex].ps->got_access = 7;
|
g_player[myconnectindex].ps->got_access = 7;
|
||||||
KB_FlushKeyboardQueue();
|
KB_FlushKeyboardQueue();
|
||||||
|
P_DoQuote(QUOTE_CHEAT_ALL_KEYS, g_player[myconnectindex].ps);
|
||||||
end_cheat();
|
end_cheat();
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue