(svn r10483) -Codechange: add support for callbacks to manipulate the building chance of farm fields and chopping chance for lumber mills.

This commit is contained in:
rubidium
2007-07-08 19:54:51 +00:00
parent 101722039e
commit 70d6fdeca0
2 changed files with 18 additions and 10 deletions

View File

@@ -153,7 +153,7 @@ enum CallbackID {
CBID_INDUSTRY_WINDOW_MORE_TEXT = 0x3A,
/* Called to determine industry special effects */
CBID_INDUSTRY_SPECIAL_EFFECT = 0x3B, // not yet implemented
CBID_INDUSTRY_SPECIAL_EFFECT = 0x3B,
/* Called to determine if industry can alter the ground below industry tile */
CBID_INDUSTRY_AUTOSLOPE = 0x3C, // not yet implemented