mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-21 20:49:31 +01:00
(svn r9993) -Fix (r9992): smallish typos resulting in compile time errors.
This commit is contained in:
parent
0f6e6d9713
commit
8d82deffa1
@ -1481,7 +1481,7 @@ int32 CmdBuildIndustry(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
|
|||||||
indspec->accepts_cargo[0] == CT_INVALID &&
|
indspec->accepts_cargo[0] == CT_INVALID &&
|
||||||
indspec->accepts_cargo[1] == CT_INVALID &&
|
indspec->accepts_cargo[1] == CT_INVALID &&
|
||||||
indspec->accepts_cargo[2] == CT_INVALID &&
|
indspec->accepts_cargo[2] == CT_INVALID &&
|
||||||
!(ind_spc->behaviour & INDUSTRYBEH_CUT_TREES) {
|
!(indspec->behaviour & INDUSTRYBEH_CUT_TREES)) {
|
||||||
return CMD_ERROR;
|
return CMD_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user