(svn r4452) - NewGRF: switch to unsigned ints for array indices.

This commit is contained in:
peter1138
2006-04-16 18:57:07 +00:00
parent b59221406b
commit 2766728629
2 changed files with 5 additions and 5 deletions

View File

@@ -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