| 435 | ); |
| 436 | |
| 437 | void ShowScriptLeagueTable(LeagueTableID table) |
| 438 | { |
| 439 | if (!LeagueTable::IsValidID(table)) return; |
| 440 | AllocateWindowDescFront<ScriptLeagueWindow>(_script_league_desc, table); |
| 441 | } |
| 442 | |
| 443 | void ShowFirstLeagueTable() |
| 444 | { |
no outgoing calls
no test coverage detected