From 276672862992b21db488fd1fb15db879a2694de8 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 16 Apr 2006 18:57:07 +0000 Subject: (svn r4452) - NewGRF: switch to unsigned ints for array indices. --- newgrf_station.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newgrf_station.h') 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 -- cgit v1.2.3-54-g00ecf