(svn r10490) -Codechange: add support for industries on non-flat surfaces.

This commit is contained in:
rubidium
2007-07-09 18:53:43 +00:00
parent d3c7a7fa8c
commit 25511e0e26
4 changed files with 78 additions and 50 deletions

View File

@@ -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,