Codechange: When checking industry placement conditions, perform cheap checks first...
commit9529703cab79f114ca2bf788a0543d4b3d835f62
authorfrosch <frosch@openttd.org>
Thu, 1 Sep 2022 16:13:43 +0000 (1 18:13 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Sep 2022 16:13:43 +0000 (1 18:13 +0200)
tree318c4e5637df4ecc01ae5105742f2e86ed9ea441
parent2fe8a257ac03a7b14dff28ca59b62114f9d2339d
Codechange: When checking industry placement conditions, perform cheap checks first. (#9987)

1. Built-in checks on industry level.
2. Built-in checks on industry tiles.
3. NewGRF-defined checks on industry level.
4. NewGRF-defined checks on industry tiles.
src/industry_cmd.cpp