forked from mirror/OpenTTD
(svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
This commit is contained in:
@@ -209,7 +209,7 @@ static const WindowDesc _terraform_desc = {
|
||||
|
||||
|
||||
|
||||
void ShowTerraformToolbar()
|
||||
void ShowTerraformToolbar(void)
|
||||
{
|
||||
if (_current_player == OWNER_SPECTATOR) return;
|
||||
AllocateWindowDescFront(&_terraform_desc, 0);
|
||||
|
Reference in New Issue
Block a user