- Fixed copy pasta errors in autosegs.h and other problems for GCC.
SVN r1404 (trunk)
This commit is contained in:
parent
7ee11638f2
commit
70aa9cb92a
4 changed files with 9 additions and 8 deletions
|
|
@ -149,7 +149,7 @@ void FTeam::ParseTeamInfo ()
|
|||
|
||||
if (Teams.Size () < 2)
|
||||
I_FatalError ("ParseTeamInfo: At least two teams must be defined in TEAMINFO.");
|
||||
else if (Teams.Size () > TEAM_MAXIMUM)
|
||||
else if (Teams.Size () > (unsigned)TEAM_MAXIMUM)
|
||||
I_FatalError ("ParseTeamInfo: Too many teams defined. (Maximum: %d)", TEAM_MAXIMUM);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue