summaryrefslogtreecommitdiff
path: root/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'player.h')
-rw-r--r--player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/player.h b/player.h
index 9739d6179..8dcbbd6b8 100644
--- a/player.h
+++ b/player.h
@@ -118,7 +118,7 @@ typedef struct PlayerAiNew {
byte action;
int last_id; // here is stored the last id of the searched city/industry
- uint last_vehiclecheck_date; // Used in CheckVehicle
+ Date last_vehiclecheck_date; // Used in CheckVehicle
Ai_SpecialVehicle special_vehicles[AI_MAX_SPECIAL_VEHICLES]; // Some vehicles have some special flags
TileIndex from_tile;