summaryrefslogtreecommitdiff
path: root/newgrf_station.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-04-16 18:57:07 +0000
committerpeter1138 <peter1138@openttd.org>2006-04-16 18:57:07 +0000
commit1ec49f91eb65069f7ee710acbb651b405845e112 (patch)
tree7b2e942c23c91cff4c9ff5f670a99049712ee10c /newgrf_station.h
parenta08e50ed1b443585eb530df30b633485b36fdc32 (diff)
downloadopenttd-1ec49f91eb65069f7ee710acbb651b405845e112.tar.xz
(svn r4452) - NewGRF: switch to unsigned ints for array indices.
Diffstat (limited to 'newgrf_station.h')
-rw-r--r--newgrf_station.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newgrf_station.h b/newgrf_station.h
index 2463d2a26..912c7626f 100644
--- a/newgrf_station.h
+++ b/newgrf_station.h
@@ -41,7 +41,7 @@ typedef struct stationspec {
* 4-5 = platform with roof, left side
* 6-7 = platform with roof, right side
*/
- int tiles;
+ uint tiles;
DrawTileSprites *renderdata; ///< Array of tile layouts.
/** Cargo threshold for choosing between little and lots of cargo