- Added Karate Chris's new DMFlags submission.
SVN r1333 (trunk)
This commit is contained in:
parent
37d056c041
commit
8f686a5e02
11 changed files with 123 additions and 10 deletions
|
|
@ -232,7 +232,8 @@ CCMD (chase)
|
|||
}
|
||||
else
|
||||
{
|
||||
if (gamestate == GS_LEVEL && deathmatch && CheckCheatmode ())
|
||||
// Check if we're allowed to use chasecam.
|
||||
if (gamestate != GS_LEVEL || (!(dmflags2 & DF2_CHASECAM) && CheckCheatmode ()))
|
||||
return;
|
||||
|
||||
Net_WriteByte (DEM_GENERICCHEAT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue