- 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
|
|
@ -724,6 +724,10 @@ static void ChangeSpy (bool forward)
|
|||
return;
|
||||
}
|
||||
|
||||
// We may not be allowed to spy on anyone.
|
||||
if (dmflags2 & DF2_DISALLOW_SPYING)
|
||||
return;
|
||||
|
||||
// Otherwise, cycle to the next player.
|
||||
bool checkTeam = !demoplayback && deathmatch;
|
||||
int pnum = players[consoleplayer].camera->player - players;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue