summaryrefslogtreecommitdiff
path: root/player.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-08-15 16:55:40 +0000
committerrubidium <rubidium@openttd.org>2006-08-15 16:55:40 +0000
commitf4762cdae438d6756648324412d6798b1e646d9b (patch)
tree01a9595835d95746ba82d0ce12e16c393bd99f4e /player.h
parent7d2ceb2063a4769fb92882a8851ed26267fa1e62 (diff)
downloadopenttd-f4762cdae438d6756648324412d6798b1e646d9b.tar.xz
(svn r5919) -Cleanup: use the type Date when the variable really is a date
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;