(svn r2532) - Fix: Don't waste space using an int where a byte would suffice. (ludde)
This commit is contained in:
@@ -1875,7 +1875,7 @@ void SetTileSelectBigSize(int ox, int oy, int sx, int sy) {
|
||||
/* returns the best autorail highlight type from map coordinates */
|
||||
static byte GetAutorailHT(int x, int y)
|
||||
{
|
||||
int i;
|
||||
byte i;
|
||||
i = AutorailPiece[x&0xF][y&0xF];
|
||||
return HT_RAIL | i;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user