- Added Karate Chris's fix for TEAMINFO definitions with just one team.

SVN r615 (trunk)
This commit is contained in:
Christoph Oelckers 2007-12-21 13:45:57 +00:00
parent 219aaeed03
commit 2b86ebe4e5
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
December 21, 2007 (Changes by Graf Zahl)
- Added Karate Chris's fix for TEAMINFO definitions with just one team.
December 20, 2007 (Changes by Graf Zahl) December 20, 2007 (Changes by Graf Zahl)
- Added Blzut3's SBARINFO submission. - Added Blzut3's SBARINFO submission.
- Added SnowKate709's A_LookEx submission. - Added SnowKate709's A_LookEx submission.

View File

@ -96,8 +96,8 @@ void TEAMINFO_Init ()
SC_Close(); SC_Close();
} }
if (teams.Size () == 0) if (teams.Size () < 2)
I_FatalError ("No teams defined in TEAMINFO"); I_FatalError ("At least two teams must be defined in TEAMINFO");
} }
//========================================================================== //==========================================================================