- separate message for disabling noclip2

This commit is contained in:
Christoph Oelckers 2022-04-12 00:51:34 +02:00
parent 7c2d315479
commit 18ebc9986e

View file

@ -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;