--- a/hedgewars/HHHandlers.inc Tue May 04 00:44:32 2010 +0000
+++ b/hedgewars/HHHandlers.inc Tue May 04 02:34:23 2010 +0000
@@ -163,6 +163,7 @@
portal:= nil;
while iterator <> nil do
begin
+ iterator^.PortedCounter:= 0;
if (iterator^.Kind = gtPortal) then
begin
newGear:= iterator;