(svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
This commit is contained in:
@@ -1142,7 +1142,7 @@ static void ChangeTileOwner_Road(uint tile, byte old_player, byte new_player)
|
||||
}
|
||||
}
|
||||
|
||||
void InitializeRoad()
|
||||
void InitializeRoad(void)
|
||||
{
|
||||
_last_built_road_depot_tile = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user