mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-29 16:31:43 +00:00
- implemented the 'god' cheat as a network command.
This was mainly chosen as something simple to get the basics set up.
This commit is contained in:
parent
66d8eae8e1
commit
66bf8113b8
28 changed files with 532 additions and 350 deletions
|
@ -1132,12 +1132,6 @@ CCMD (togglemsg)
|
|||
}
|
||||
}
|
||||
|
||||
// Just a placeholder for now.
|
||||
bool CheckCheatmode(bool printmsg)
|
||||
{
|
||||
return gi->CheatAllowed(printmsg);
|
||||
}
|
||||
|
||||
bool OkForLocalization(FTextureID texnum, const char* substitute)
|
||||
{
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue