Thread: 2 Wild Cards?
View Single Post
Old 06-05-2012, 02:35 PM   #4
magicspeedo
Minors (Triple A)
 
Join Date: May 2011
Location: Planet Earth
Posts: 240
Quote:
Originally Posted by Sebastian Palkowski View Post
I discussed it with Markus today and we will put it into the game as soon as he has some time. We have to port the new playoff structure from OOTP 13, so it will take some time.
const int NumberOfPlayoffTeams = 5;
const int HomeFieldIndex = 0;
const int WildCardIndex1 = 4;
const int WildCardIndex2 = 3;

Team[] americanLeaguePlayoffTeams = new Team[NumberOfPlayoffTeams];
Team[] nationalLeaguePlayoffTeams = new Team[NumberOfPlayoffTeams];
magicspeedo is offline   Reply With Quote