(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 4559279686
commit 5bcf3d2bc0
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;