- 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:
Christoph Oelckers 2020-09-03 00:29:17 +02:00
parent 66d8eae8e1
commit 66bf8113b8
28 changed files with 532 additions and 350 deletions

View file

@ -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;