branch | noai |
changeset 9631 | 8a2d1c2ceb88 |
parent 9624 | b71483f2330f |
child 9686 | d3c195c226f9 |
9630:550db5cefcc2 | 9631:8a2d1c2ceb88 |
---|---|
739 DisasterTick_Submarine, |
739 DisasterTick_Submarine, |
740 DisasterTick_Submarine, |
740 DisasterTick_Submarine, |
741 }; |
741 }; |
742 |
742 |
743 |
743 |
744 void DisasterVehicle_Tick(Vehicle *v) |
744 void DisasterVehicle::Tick() |
745 { |
745 { |
746 _disastervehicle_tick_procs[v->subtype](v); |
746 _disastervehicle_tick_procs[this->subtype](this); |
747 } |
747 } |
748 |
748 |
749 |
749 |
750 void OnNewDay_DisasterVehicle(Vehicle *v) |
750 void OnNewDay_DisasterVehicle(Vehicle *v) |
751 { |
751 { |