From 18ebc9986eb5558d85f84b4c98d5b4de3e8655c0 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 12 Apr 2022 00:51:34 +0200 Subject: [PATCH] - separate message for disabling noclip2 --- src/m_cheat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_cheat.cpp b/src/m_cheat.cpp index 5964d1c28a..b85f87c0d4 100644 --- a/src/m_cheat.cpp +++ b/src/m_cheat.cpp @@ -165,7 +165,7 @@ void cht_DoCheat (player_t *player, int cheat) else { player->cheats &= ~CF_NOCLIP; - msg = GStrings("STSTR_NCOFF"); + msg = GStrings("STSTR_NC2OFF"); } if (player->mo->Vel.X == 0) player->mo->Vel.X = MinVel; // force some lateral movement so that internal variables are up to date break;