- 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:
Christoph Oelckers 2008-01-06 10:05:24 +00:00
commit fdbd18c50e
5 changed files with 14 additions and 4 deletions

View file

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