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