src/disaster_cmd.cpp
branchNewGRF_ports
changeset 6877 889301acc299
parent 6872 1c4a4a609f85
child 6878 7d1ff2f621c7
equal deleted inserted replaced
6876:2c40faeef7a5 6877:889301acc299
   750 void DisasterVehicle::Tick()
   750 void DisasterVehicle::Tick()
   751 {
   751 {
   752 	_disastervehicle_tick_procs[this->subtype](this);
   752 	_disastervehicle_tick_procs[this->subtype](this);
   753 }
   753 }
   754 
   754 
   755 
       
   756 void OnNewDay_DisasterVehicle(Vehicle *v)
       
   757 {
       
   758 	// not used
       
   759 }
       
   760 
       
   761 typedef void DisasterInitProc();
   755 typedef void DisasterInitProc();
   762 
   756 
   763 
   757 
   764 /** Zeppeliner which crashes on a small airport if one found,
   758 /** Zeppeliner which crashes on a small airport if one found,
   765  * otherwise crashes on a random tile */
   759  * otherwise crashes on a random tile */