- Added teamgame fix for menu by Karate Chris.
- Added GZDoom's Sector_Outside sector type which forces outside fog regardless of ceiling texture. SVN r670 (trunk)
This commit is contained in:
parent
59c007d5f4
commit
fdbd18c50e
5 changed files with 14 additions and 4 deletions
|
|
@ -300,7 +300,7 @@ static void UpdateTeam (int pnum, int team, bool update)
|
|||
|
||||
int oldteam;
|
||||
|
||||
if (team < 0)
|
||||
if (!TEAMINFO_IsValidTeam (team))
|
||||
{
|
||||
team = TEAM_None;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue