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