From ee91e136e3c2dd8926fa26f75da54af7198b85f6 Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Mon, 25 Jan 2021 08:56:21 +0100 Subject: [PATCH] externalize KFA cheat string https://github.com/coelckers/prboom-plus/commit/41b5258faced946a80e2d1dd9fc02027960e75ea --- Source/m_cheat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/m_cheat.c b/Source/m_cheat.c index ba7cec2c..a53d0040 100644 --- a/Source/m_cheat.c +++ b/Source/m_cheat.c @@ -401,7 +401,7 @@ static void cheat_kfa() { cheat_k(); cheat_fa(); - plyr->message = STSTR_KFAADDED; + plyr->message = s_STSTR_KFAADDED; } static void cheat_noclip()