(svn r11107) -Feature: some tool so one can still build tunnels under rails (and other structures) when the owner of the structure built it on foundations and if you have enough "empty" space ofcourse. One could use the tool for some other construction needs too. Patch by frosch.
This commit is contained in:
@@ -160,7 +160,7 @@ enum CallbackID {
|
||||
CBID_INDUSTRY_SPECIAL_EFFECT = 0x3B,
|
||||
|
||||
/** Called to determine if industry can alter the ground below industry tile */
|
||||
CBID_INDUSTRY_AUTOSLOPE = 0x3C, // not implemented
|
||||
CBID_INDUSTRY_AUTOSLOPE = 0x3C,
|
||||
|
||||
/** Called to determine if the industry can still accept or refuse more cargo arrival */
|
||||
CBID_INDUSTRY_REFUSE_CARGO = 0x3D,
|
||||
|
Reference in New Issue
Block a user