(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"

This commit is contained in:
tron
2005-06-24 12:38:35 +00:00
parent 6699ee79d3
commit a733fede9b
63 changed files with 536 additions and 495 deletions

2
town.h
View File

@@ -127,7 +127,7 @@ enum {
RATING_BRIBE_DOWN_TO = -50 // XXX SHOULD BE SOMETHING LOWER?
};
bool CheckforTownRating(uint tile, uint32 flags, Town *t, byte type);
bool CheckforTownRating(TileIndex tile, uint32 flags, Town *t, byte type);
VARDEF uint16 *_town_sort;