mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-22 03:42:41 +01:00
(svn r9050) -Codechange: Foo(void) -> Foo()
This commit is contained in:
@@ -1824,7 +1824,7 @@ void OnNewDay_RoadVeh(Vehicle *v)
|
||||
}
|
||||
|
||||
|
||||
void RoadVehiclesYearlyLoop(void)
|
||||
void RoadVehiclesYearlyLoop()
|
||||
{
|
||||
Vehicle *v;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user