diff options
Diffstat (limited to 'src/newgrf_callbacks.h')
-rw-r--r-- | src/newgrf_callbacks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h index 27d468c66..25e5fb80d 100644 --- a/src/newgrf_callbacks.h +++ b/src/newgrf_callbacks.h @@ -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, |