# HG changeset patch
# User Wuzzy <almikes@aol.com>
# Date 1492233131 -7200
# Node ID b46b4ec17f8ce314e92c9600ca647aef67d0f00d
# Parent  789277d467841cca37c62b86a37d79257c7cd344
Add back "more wind" modifier into mission panel. Fixes regression in 10aad1cafc10

diff -r 789277d46784 -r b46b4ec17f8c hedgewars/uWorld.pas
--- a/hedgewars/uWorld.pas	Sat Apr 15 06:52:14 2017 +0200
+++ b/hedgewars/uWorld.pas	Sat Apr 15 07:12:11 2017 +0200
@@ -182,6 +182,7 @@
 g:= AddGoal(g, gfTagTeam, gidTagTeam); // tag team mode?
 g:= AddGoal(g, gfSharedAmmo, gidSharedAmmo); // shared ammo?
 g:= AddGoal(g, gfPerHogAmmo, gidPerHogAmmo);
+g:= AddGoal(g, gfMoreWind, gidMoreWind);
 g:= AddGoal(g, gfLowGravity, gidLowGravity); // low gravity?
 g:= AddGoal(g, gfSolidLand, gidSolidLand); // solid land?
 g:= AddGoal(g, gfArtillery, gidArtillery); // artillery?