(svn r11431) -Codechange: [NewGRF] Add support for changing rail vehicle user-defined bit mask (prop 25) via callback 36

This commit is contained in:
glx
2007-11-15 00:13:12 +00:00
parent a46f502d5f
commit 9fcf6e7a43
3 changed files with 4 additions and 1 deletions

View File

@@ -136,6 +136,7 @@ struct VehicleRail {
* bit 7 = disable powered wagons.
*/
byte cached_vis_effect;
byte user_def_data;
/* NOSAVE: for wagon override - id of the first engine in train
* 0xffff == not in train */