(svn r9050) -Codechange: Foo(void) -> Foo()
This commit is contained in:
@@ -453,12 +453,12 @@ typedef struct FoundRoute {
|
||||
void *to;
|
||||
} FoundRoute;
|
||||
|
||||
static Town *AiFindRandomTown(void)
|
||||
static Town *AiFindRandomTown()
|
||||
{
|
||||
return GetRandomTown();
|
||||
}
|
||||
|
||||
static Industry *AiFindRandomIndustry(void)
|
||||
static Industry *AiFindRandomIndustry()
|
||||
{
|
||||
return GetRandomIndustry();
|
||||
}
|
||||
|
Reference in New Issue
Block a user