# HG changeset patch # User smxx # Date 1267883793 0 # Node ID 258218a50df8535416a1840f315cfc5c803733e0 # Parent e6f7620da87e431afee02e229e65d71c55014ed9 Engine: * Forgot to remove one line in last commit. diff -r e6f7620da87e -r 258218a50df8 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Sat Mar 06 13:55:58 2010 +0000 +++ b/hedgewars/uWorld.pas Sat Mar 06 13:56:33 2010 +0000 @@ -122,7 +122,6 @@ // check different game flags (goals/game modes first for now) g:= AddGoal(g, gfKing, gidKing); // king? -g:= AddGoal(g, gfTreasureHunt, gidTreasureHunt, cTreasureHuntGoalScore); // treasure hunt? // other important flags g:= AddGoal(g, gfForts, gidForts); // forts?