forked from mirror/OpenTTD
Remove: [Script] random_deviation from setting description table (#12221)
This commit is contained in:
@@ -547,11 +547,11 @@ static void StartScripts()
|
||||
|
||||
/* Start the AIs. */
|
||||
for (const Company *c : Company::Iterate()) {
|
||||
if (Company::IsValidAiID(c->index)) AI::StartNew(c->index, false);
|
||||
if (Company::IsValidAiID(c->index)) AI::StartNew(c->index);
|
||||
}
|
||||
|
||||
/* Start the GameScript. */
|
||||
Game::StartNew(false);
|
||||
Game::StartNew();
|
||||
|
||||
ShowScriptDebugWindowIfScriptError();
|
||||
}
|
||||
|
Reference in New Issue
Block a user