forked from mirror/OpenTTD
(svn r10490) -Codechange: add support for industries on non-flat surfaces.
This commit is contained in:
@@ -121,7 +121,7 @@ enum CallbackID {
|
||||
CBID_HOUSE_PRODUCE_CARGO = 0x2E, // not yet implemented
|
||||
|
||||
/* Called to determine if the given industry tile can be built on specific tile */
|
||||
CBID_INDTILE_SHAPE_CHECK = 0x2F, // not yet implemented
|
||||
CBID_INDTILE_SHAPE_CHECK = 0x2F,
|
||||
|
||||
/* Called to determine the type (if any) of foundation to draw for industry tile */
|
||||
CBID_INDUSTRY_DRAW_FOUNDATIONS = 0x30,
|
||||
|
Reference in New Issue
Block a user