mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-19 16:11:23 +00:00
- separate message for disabling noclip2
This commit is contained in:
parent
7c2d315479
commit
18ebc9986e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue