diff options
author | frosch <frosch@openttd.org> | 2012-04-28 16:44:01 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-04-28 16:44:01 +0000 |
commit | 16b310d8ce2f7688b62fb8b09829baf71af4aab0 (patch) | |
tree | 681b6e085a9f8afdb031d445052ef30c66ad1048 /src/table | |
parent | 789c95d4b830604529fe7e38b8db3a3ef6c20370 (diff) | |
download | openttd-16b310d8ce2f7688b62fb8b09829baf71af4aab0.tar.xz |
(svn r24186) -Feature: [NewGRF] Callback to set industry production level on construction. (andythenorth)
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/newgrf_debug_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/newgrf_debug_data.h b/src/table/newgrf_debug_data.h index 040a275b1..3ea83176d 100644 --- a/src/table/newgrf_debug_data.h +++ b/src/table/newgrf_debug_data.h @@ -265,6 +265,7 @@ static const NICallback _nic_industries[] = { NICI(CBID_INDUSTRY_DECIDE_COLOUR, CBM_IND_DECIDE_COLOUR), NICI(CBID_INDUSTRY_INPUT_CARGO_TYPES, CBM_IND_INPUT_CARGO_TYPES), NICI(CBID_INDUSTRY_OUTPUT_CARGO_TYPES, CBM_IND_OUTPUT_CARGO_TYPES), + NICI(CBID_INDUSTRY_PROD_CHANGE_BUILD, CBM_IND_PROD_CHANGE_BUILD), NIC_END() }; |