summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
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