summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-09-28 17:09:50 +0000
committerglx <glx@openttd.org>2007-09-28 17:09:50 +0000
commitcc6ac7f53928c24a92d4b4e6f666276b6255634e (patch)
tree57ead32a69d513e995ca13461cda271b0074d190 /src/newgrf_callbacks.h
parent5d17b29a17999bc446093e7c46449856f0290516 (diff)
downloadopenttd-cc6ac7f53928c24a92d4b4e6f666276b6255634e.tar.xz
(svn r11181) -Codechange: add support for newgrf callback 14A (Belugas)
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 16f5169d0..0d5de6feb 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -193,7 +193,7 @@ enum CallbackID {
CBID_STATION_LAND_SLOPE_CHECK = 0x149, // not implemented
/** Called to determine the color of an industry. */
- CBID_INDUSTRY_DECIDE_COLOUR = 0x14A, // not implemented
+ CBID_INDUSTRY_DECIDE_COLOUR = 0x14A,
/** Customize the input cargo types of a newly build industry. */
CBID_INDUSTRY_INPUT_CARGO_TYPES = 0x14B,