summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-07-09 13:21:49 +0000
committerrubidium <rubidium@openttd.org>2007-07-09 13:21:49 +0000
commite207ba425ff8739dbd46764c2a0bdaeaab7814db (patch)
tree285e9c8a4d7dfb0a935b5dee9a7c62238d372146 /src/newgrf_callbacks.h
parentb3ed27adab732292ad8f6c979bb49e2789896cf7 (diff)
downloadopenttd-e207ba425ff8739dbd46764c2a0bdaeaab7814db.tar.xz
(svn r10485) -Codechange: add a callback mechanism to determine whether building an industry is allowed at a given location.
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 a7ed3e658..bab07c528 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -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