mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- noclip cheat and splitting of Exhumed's cheat code into its own file.
This commit is contained in:
parent
66bf8113b8
commit
a0874a26a7
17 changed files with 261 additions and 279 deletions
|
@ -121,4 +121,13 @@ CCMD(godoff)
|
|||
}
|
||||
}
|
||||
|
||||
CCMD(noclip)
|
||||
{
|
||||
if (!CheckCheatmode(true, true))
|
||||
{
|
||||
Net_WriteByte(DEM_GENERICCHEAT);
|
||||
Net_WriteByte(CHT_NOCLIP);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue