File diff r4847:3a5813957a8e → r4848:23347d73ba8f
terraform_gui.c
Show inline comments
 
@@ -274,6 +274,6 @@ static const WindowDesc _terraform_desc 
 

	
 
void ShowTerraformToolbar(void)
 
{
 
	if (_current_player == OWNER_SPECTATOR) return;
 
	if (_current_player == PLAYER_SPECTATOR) return;
 
	AllocateWindowDescFront(&_terraform_desc, 0);
 
}