hedgewars/HHHandlers.inc
changeset 434 2c6ccce17f39
parent 424 4598c21bb421
child 435 25820c10c849
equal deleted inserted replaced
433:9f8f22094c0e 434:2c6ccce17f39
   125                     AddCaption(s, PHedgehog(HH^.Hedgehog)^.Team^.Color, capgrpAmmoinfo);
   125                     AddCaption(s, PHedgehog(HH^.Hedgehog)^.Team^.Color, capgrpAmmoinfo);
   126                     RenderHealth(PHedgehog(HH^.Hedgehog)^);
   126                     RenderHealth(PHedgehog(HH^.Hedgehog)^);
   127                     RecountTeamHealth(PHedgehog(HH^.Hedgehog)^.Team)
   127                     RecountTeamHealth(PHedgehog(HH^.Hedgehog)^.Team)
   128                     end;
   128                     end;
   129      end;
   129      end;
       
   130 FreeActionsList
   130 end;
   131 end;
   131 
   132 
   132 const StepTicks: LongWord = 0;
   133 const StepTicks: LongWord = 0;
   133 
   134 
   134 procedure HedgehogStep(Gear: PGear);
   135 procedure HedgehogStep(Gear: PGear);