mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 00:42:45 +01:00
(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