From 51059b38962b72ab3b27bd7a5e54a4bc59865488 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Tue, 8 Sep 2015 02:57:56 +0000 Subject: [PATCH] Reinstate the printing of quote 121 when DNKEYS is used. git-svn-id: https://svn.eduke32.com/eduke32@5340 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/game.c | 1 + 1 file changed, 1 insertion(+) diff --git a/polymer/eduke32/source/game.c b/polymer/eduke32/source/game.c index 699c1f74b..92da984b6 100644 --- a/polymer/eduke32/source/game.c +++ b/polymer/eduke32/source/game.c @@ -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;