Quote:
Originally Posted by Sebastian Palkowski
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];