diff -r d1eb1560b4d5 -r 7b515d0945b1 hedgewars/uAmmos.pas --- a/hedgewars/uAmmos.pas Wed Apr 20 05:26:47 2011 +0200 +++ b/hedgewars/uAmmos.pas Thu Apr 21 07:41:24 2011 +0200 @@ -232,7 +232,7 @@ end end end; -perfExt_AmmoUpdate; +uMobile.AmmoUpdate; end; function HHHasAmmo(var Hedgehog: THedgehog; Ammo: TAmmoType): boolean;