- noclip cheat and splitting of Exhumed's cheat code into its own file.

This commit is contained in:
Christoph Oelckers 2020-09-03 00:41:32 +02:00
parent 66bf8113b8
commit a0874a26a7
17 changed files with 261 additions and 279 deletions

View file

@ -121,4 +121,13 @@ CCMD(godoff)
}
}
CCMD(noclip)
{
if (!CheckCheatmode(true, true))
{
Net_WriteByte(DEM_GENERICCHEAT);
Net_WriteByte(CHT_NOCLIP);
}
}