mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
(svn r16373) -Codechange: use () instead of (void) for functions without parameters
This commit is contained in:
@@ -1846,7 +1846,7 @@ struct ProbabilityHelper {
|
||||
/**
|
||||
* Try to create a random industry, during gameplay
|
||||
*/
|
||||
static void MaybeNewIndustry(void)
|
||||
static void MaybeNewIndustry()
|
||||
{
|
||||
Industry *ind; // will receive the industry's creation pointer
|
||||
IndustryType rndtype, j; // Loop controlers
|
||||
|
||||
Reference in New Issue
Block a user