Loading

Paste #pfdqsnlkx

  1.     switch (FEAT_TRAINS, SELF, hopper_car_antelope_gen_2_switch_graphics_0, cargo_type_in_veh) {
  2.        
  3.             SCMT: return hopper_car_antelope_gen_2_switch_graphics_0_SCMT;
  4.        
  5.             GRVL: return hopper_car_antelope_gen_2_switch_graphics_0_GRVL;
  6.        
  7.             SAND: return hopper_car_antelope_gen_2_switch_graphics_0_SAND;
  8.        
  9.             AORE: return hopper_car_antelope_gen_2_switch_graphics_0_AORE;
  10.        
  11.             PHOS: return hopper_car_antelope_gen_2_switch_graphics_0_PHOS;
  12.        
  13.             CORE: return hopper_car_antelope_gen_2_switch_graphics_0_CORE;
  14.        
  15.             COAL: return hopper_car_antelope_gen_2_switch_graphics_0_COAL;
  16.        
  17.             IORE: return hopper_car_antelope_gen_2_switch_graphics_0_IORE;
  18.        
  19.             CLAY: return hopper_car_antelope_gen_2_switch_graphics_0_CLAY;
  20.        
  21.         return hopper_car_antelope_gen_2_switch_graphics_0_generic_cargos;
  22.     }

Comments