diff options
author | rubidium <rubidium@openttd.org> | 2010-11-18 14:01:20 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-11-18 14:01:20 +0000 |
commit | 5a503d505b8e1df6dea8ad78da6003c269ec397c (patch) | |
tree | 947338803e4ba9e32a4368462e92fe4779f563e1 /src/table | |
parent | 31c0ba9d291e08de226489453e547b88a2928a98 (diff) | |
download | openttd-5a503d505b8e1df6dea8ad78da6003c269ec397c.tar.xz |
(svn r21231) -Codechange: Generalize the naming of some settings and variables related to visual effects (Hirundo)
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 0af8ebf71..07b759eba 100644 --- a/src/table/newgrf_debug_data.h +++ b/src/table/newgrf_debug_data.h @@ -26,7 +26,7 @@ #define NICV(cb_id, bit) NIC(cb_id, Engine, info.callback_mask, bit) static const NICallback _nic_vehicles[] = { - NICV(CBID_TRAIN_WAGON_POWER, CBM_TRAIN_WAGON_POWER), + NICV(CBID_VEHICLE_VISUAL_EFFECT, CBM_VEHICLE_VISUAL_EFFECT), NICV(CBID_VEHICLE_LENGTH, CBM_VEHICLE_LENGTH), NICV(CBID_VEHICLE_LOAD_AMOUNT, CBM_VEHICLE_LOAD_AMOUNT), NICV(CBID_VEHICLE_REFIT_CAPACITY, CBM_VEHICLE_REFIT_CAPACITY), |