| changeset 1067 | a083a6dd1419 |
| parent 1024 | 9b06b01490a4 |
| child 1093 | e8d26c7dc42f |
| 1066:aad3c6ad147f | 1067:a083a6dd1419 |
|---|---|
70 } |
70 } |
71 } |
71 } |
72 |
72 |
73 void BuildVehicleList(vehiclelist_d *vl, int type, int owner, int station) |
73 void BuildVehicleList(vehiclelist_d *vl, int type, int owner, int station) |
74 { |
74 { |
75 int subtype = (type != VEH_Aircraft) ? 0 : 2; |
75 int subtype = (type != VEH_Aircraft) ? TS_Front_Engine : 2; |
76 int n = 0; |
76 int n = 0; |
77 int i; |
77 int i; |
78 |
78 |
79 if (!(vl->flags & VL_REBUILD)) return; |
79 if (!(vl->flags & VL_REBUILD)) return; |
80 |
80 |