| 46 | |
| 47 | |
| 48 | static ScriptConfig *GetConfig(CompanyID slot) |
| 49 | { |
| 50 | if (slot == OWNER_DEITY) return GameConfig::GetConfig(); |
| 51 | return AIConfig::GetConfig(slot); |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Window that let you choose an available Script. |
no outgoing calls
no test coverage detected