From aa326662644b38f4563810c3fbaf32a12e68493a Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 11 Feb 2007 23:00:06 +0000 Subject: [PATCH] =?UTF-8?q?http://eressea.upb.de/mantis/view.php=3Fid=3D10?= =?UTF-8?q?40=20"Chaossoge=20eventuell=20nicht=20funktionsf=C3=A4hig=3F"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Doppeltes ageing bei Regions-Attributen, aua. --- src/common/gamecode/laws.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/gamecode/laws.c b/src/common/gamecode/laws.c index 0fcae4d14..c1f9ba2d3 100644 --- a/src/common/gamecode/laws.c +++ b/src/common/gamecode/laws.c @@ -3102,7 +3102,6 @@ ageing(void) for(r=regions;r;r=r->next) { unit *u; - a_age(&r->attribs); for (u=r->units;u;u=u->next) { /* Goliathwasser */ int i = get_effect(u, oldpotiontype[P_STRONG]);