summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-07-08 19:54:51 +0000
committerrubidium <rubidium@openttd.org>2007-07-08 19:54:51 +0000
commit37748a3152bb184e0547af5d67bfcb22a7c97dcb (patch)
tree6ee6d1aba2cf8edab4c1f62f3e377034d66b8427 /src/newgrf_callbacks.h
parent6baed14dfd422733015c3c6a0da6af7b052005d3 (diff)
downloadopenttd-37748a3152bb184e0547af5d67bfcb22a7c97dcb.tar.xz
(svn r10483) -Codechange: add support for callbacks to manipulate the building chance of farm fields and chopping chance for lumber mills.
Diffstat (limited to 'src/newgrf_callbacks.h')
-rw-r--r--src/newgrf_callbacks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h
index 29bb174a5..a7ed3e658 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -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