(svn r10485) -Codechange: add a callback mechanism to determine whether building an industry is allowed at a given location.

This commit is contained in:
rubidium
2007-07-09 13:21:49 +00:00
parent c29b4a7720
commit bb8923c336
5 changed files with 109 additions and 17 deletions

View File

@@ -97,7 +97,7 @@ enum CallbackID {
CBID_INDTILE_ANIMATION_SPEED = 0x27, // not yet implemented
/* Called to determine if the given industry can be built on specific area */
CBID_INDUSTRY_LOCATION = 0x28, // not yet implemented
CBID_INDUSTRY_LOCATION = 0x28,
/* Called on production changes, so it can be adjusted */
CBID_INDUSTRY_PRODUCTION_CHANGE = 0x29, // not yet implemented