mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-31 22:00:48 +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
|
else
|
||||||
{
|
{
|
||||||
player->cheats &= ~CF_NOCLIP;
|
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
|
if (player->mo->Vel.X == 0) player->mo->Vel.X = MinVel; // force some lateral movement so that internal variables are up to date
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue