(svn r1521) -Fix: Ship Vehicle Lists are now redrawn correctly

-Codechange: added some const to last commit
-Codechange: Ship and Aircraft lists are now update on order change, not
on new day
This commit is contained in:
celestar
2005-01-15 09:28:08 +00:00
parent 3279a7c9a2
commit 02ed8410a2
4 changed files with 35 additions and 9 deletions

View File

@@ -402,6 +402,9 @@ int CheckOrders(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;