File diff r1976:fcef181ed14a → r1977:1f8b99c96041
openttd.c
Show inline comments
 
@@ -1181,7 +1181,7 @@ void BeforeSaveGame(void)
 

	
 
static void ConvertTownOwner(void)
 
{
 
	uint tile;
 
	TileIndex tile;
 

	
 
	for (tile = 0; tile != MapSize(); tile++) {
 
		if (IsTileType(tile, MP_STREET)) {