diff options
author | frosch <frosch@openttd.org> | 2011-11-08 17:26:13 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2011-11-08 17:26:13 +0000 |
commit | b98c7763de42eda4b3d19604bc3f33452b9b05e4 (patch) | |
tree | 3a0092e76fa25fd7d025cefe8e105875b99c5c8f /src/table | |
parent | b374b92bfb06745d21701d398bb0c78a395498b4 (diff) | |
download | openttd-b98c7763de42eda4b3d19604bc3f33452b9b05e4.tar.xz |
(svn r23146) -Change: [NewGRF v8] Make callback 22 return a probability to use instead of property 18.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/newgrf_debug_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/newgrf_debug_data.h b/src/table/newgrf_debug_data.h index e24a183c8..a07ccc006 100644 --- a/src/table/newgrf_debug_data.h +++ b/src/table/newgrf_debug_data.h @@ -253,7 +253,7 @@ static const NIProperty _nip_industries[] = { #define NICI(cb_id, bit) NIC(cb_id, IndustrySpec, callback_mask, bit) static const NICallback _nic_industries[] = { - NICI(CBID_INDUSTRY_AVAILABLE, CBM_IND_AVAILABLE), + NICI(CBID_INDUSTRY_PROBABILITY, CBM_IND_PROBABILITY), NICI(CBID_INDUSTRY_LOCATION, CBM_IND_LOCATION), NICI(CBID_INDUSTRY_PRODUCTION_CHANGE, CBM_IND_PRODUCTION_CHANGE), NICI(CBID_INDUSTRY_MONTHLYPROD_CHANGE, CBM_IND_MONTHLYPROD_CHANGE), |