diff options
author | rubidium <rubidium@openttd.org> | 2010-08-26 11:18:32 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-08-26 11:18:32 +0000 |
commit | 193800e0faef9711b48cedcf37feb896d9e0c448 (patch) | |
tree | 87a4aea07bcd17482ecb0f9d7c89bb1baed02c37 /src/table | |
parent | 134712ec646d02fcc8e99a8bffe7eee02d251e96 (diff) | |
download | openttd-193800e0faef9711b48cedcf37feb896d9e0c448.tar.xz |
(svn r20620) -Codechange: rename airporttile's callback_flags to callback_mask, so it's the same for all NewGRF features with callbacks
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 028854891..8e3177f5d 100644 --- a/src/table/newgrf_debug_data.h +++ b/src/table/newgrf_debug_data.h @@ -341,7 +341,7 @@ static const NIFeature _nif_railtype = { /*** NewGRF airport tiles ***/ -#define NICAT(cb_id, bit) NIC(cb_id, AirportTileSpec, callback_flags, bit) +#define NICAT(cb_id, bit) NIC(cb_id, AirportTileSpec, callback_mask, bit) static const NICallback _nic_airporttiles[] = { NICAT(CBID_AIRPTILE_DRAW_FOUNDATIONS, CBM_AIRT_DRAW_FOUNDATIONS), NICAT(CBID_AIRPTILE_ANIM_START_STOP, CBM_NO_BIT), |