(svn r19584) -Fix [FS#3744]: Crash when pressing 'h' (non-stop) in the order window of a ship or aircraft

pull/155/head
rubidium 14 years ago
parent 64aadd8e33
commit 78569bf9e3

@ -621,6 +621,8 @@ private:
*/
void OrderClick_Nonstop(int non_stop)
{
if (this->vehicle->type != VEH_TRAIN && this->vehicle->type != VEH_ROAD) return;
VehicleOrderID sel_ord = this->OrderGetSel();
const Order *order = this->vehicle->GetOrder(sel_ord);

Loading…
Cancel
Save