(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