diff options
author | tron <tron@openttd.org> | 2005-06-24 12:38:35 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-06-24 12:38:35 +0000 |
commit | 3154e7148d00f0203760aefbc6f8a5bd210cc30c (patch) | |
tree | 17004bd894946da466a10e50a86ff66225cf8896 /signs.h | |
parent | 3448729ff36ca9e91d91c256d9a5381ba901230b (diff) | |
download | openttd-3154e7148d00f0203760aefbc6f8a5bd210cc30c.tar.xz |
(svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
Diffstat (limited to 'signs.h')
-rw-r--r-- | signs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ VARDEF bool _sign_sort_dirty; VARDEF uint16 *_sign_sort; void UpdateAllSignVirtCoords(void); -void PlaceProc_Sign(uint tile); +void PlaceProc_Sign(TileIndex tile); /* misc.c */ void ShowRenameSignWindow(SignStruct *ss); |