From c7d57379fbdda52590cddb83240934da6b5e8b21 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 14 May 2007 16:07:05 +0000 Subject: (svn r9836) -Codechange: make non-improved loading happen FIFO-ish; generally loading/unloading will happen fifo, but there are no guarantees on the FIFO-ness. For (better) FIFO guarantees you still need to use improved loading. --- src/vehicle.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/vehicle.h') diff --git a/src/vehicle.h b/src/vehicle.h index 2eab1d0cf..ccd918521 100644 --- a/src/vehicle.h +++ b/src/vehicle.h @@ -521,8 +521,6 @@ void ShowAircraftViewWindow(const Vehicle* v); UnitID GetFreeUnitNumber(byte type); -void LoadUnloadVehicle(Vehicle *v); - void TrainConsistChanged(Vehicle *v); void TrainPowerChanged(Vehicle *v); int32 GetTrainRunningCost(const Vehicle *v); -- cgit v1.2.3-54-g00ecf