Add back "more wind" modifier into mission panel. Fixes regression in 10aad1cafc10
authorWuzzy <almikes@aol.com>
Sat, 15 Apr 2017 07:12:11 +0200
changeset 12257 b46b4ec17f8c
parent 12256 789277d46784
child 12258 41af2274953d
Add back "more wind" modifier into mission panel. Fixes regression in 10aad1cafc10
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?