(svn r9050) -Codechange: Foo(void) -> Foo()
This commit is contained in:
@@ -335,7 +335,7 @@ static bool IsRadioTowerNearby(TileIndex tile)
|
||||
return false;
|
||||
}
|
||||
|
||||
void GenerateUnmovables(void)
|
||||
void GenerateUnmovables()
|
||||
{
|
||||
int i, li, j, loop_count;
|
||||
TileIndex tile;
|
||||
|
Reference in New Issue
Block a user