forked from mirror/OpenTTD
(svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
This commit is contained in:
@@ -246,7 +246,7 @@ static bool checkRadioTowerNearby(uint tile)
|
||||
return true;
|
||||
}
|
||||
|
||||
void GenerateUnmovables()
|
||||
void GenerateUnmovables(void)
|
||||
{
|
||||
int i,j;
|
||||
uint tile;
|
||||
|
Reference in New Issue
Block a user