summaryrefslogtreecommitdiff
path: root/player.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-01-12 11:54:51 +0000
committertruelight <truelight@openttd.org>2005-01-12 11:54:51 +0000
commit7ec997afcefe5b06c7bc646c25dfa7d7f738b519 (patch)
tree81fe00ddd4edce5381399802a4fcb489cc0a891e /player.h
parentf25bec9132e85449511d0042a120aefba5d7d04a (diff)
downloadopenttd-7ec997afcefe5b06c7bc646c25dfa7d7f738b519.tar.xz
(svn r1488) -Fix: fixed some spelling mistakes (tnx to Tron)
-Fix: fixed some compiler-warnings
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 a205b4fdf..52752e1b6 100644
--- a/player.h
+++ b/player.h
@@ -112,7 +112,7 @@ typedef struct PlayerAiNew {
byte action;
- uint last_id; // here is stored the last id of the searched city/industry
+ int last_id; // here is stored the last id of the searched city/industry
uint last_vehiclecheck_date; // Used in CheckVehicle
Ai_SpecialVehicle special_vehicles[AI_MAX_SPECIAL_VEHICLES]; // Some vehicles have some special flags