(svn r1556) -Fix: Vehicle list updates should now really work

This commit is contained in:
Celestar
2005-01-18 09:35:31 +00:00
parent 05d0c2ce89
commit a003bb0b0e
6 changed files with 19 additions and 38 deletions

View File

@@ -333,9 +333,6 @@ int CheckStoppedInDepot(Vehicle *v);
bool VehicleNeedsService(const Vehicle *v);
void InvalidateAircraftWindows(const Vehicle *v);
void InvalidateShipWindows(const Vehicle *v);
typedef struct GetNewVehiclePosResult {
int x,y;
uint old_tile;