--- a/hedgewars/uWorld.pas Mon Mar 01 17:54:12 2010 +0000
+++ b/hedgewars/uWorld.pas Mon Mar 01 18:01:09 2010 +0000
@@ -116,6 +116,7 @@
g:= AddGoal(g, gfPlaceHog, gidPlaceHog); // placement?
g:= AddGoal(g, gfArtillery, gidArtillery); // artillery?
g:= AddGoal(g, gfSolidLand, gidSolidLand); // solid land?
+g:= AddGoal(g, gfSharedAmmo, gidSharedAmmo); // shared ammo?
// if the string has been set, show it for (default timeframe) seconds
if g <> '' then ShowMission(trgoal[gidCaption], trgoal[gidSubCaption], g, 1, 0);