forked from mirror/OpenTTD
(svn r9050) -Codechange: Foo(void) -> Foo()
This commit is contained in:
@@ -821,7 +821,7 @@ void Ship_Tick(Vehicle *v)
|
||||
}
|
||||
|
||||
|
||||
void ShipsYearlyLoop(void)
|
||||
void ShipsYearlyLoop()
|
||||
{
|
||||
Vehicle *v;
|
||||
|
||||
|
Reference in New Issue
Block a user