equal
deleted
inserted
replaced
230 //SwitchNotHeldAmmo(Hedgehog); |
230 //SwitchNotHeldAmmo(Hedgehog); |
231 CurAmmoType:= amNothing |
231 CurAmmoType:= amNothing |
232 end |
232 end |
233 end |
233 end |
234 end; |
234 end; |
235 perfExt_AmmoUpdate; |
235 uMobile.AmmoUpdate; |
236 end; |
236 end; |
237 |
237 |
238 function HHHasAmmo(var Hedgehog: THedgehog; Ammo: TAmmoType): boolean; |
238 function HHHasAmmo(var Hedgehog: THedgehog; Ammo: TAmmoType): boolean; |
239 var slot, ami: LongInt; |
239 var slot, ami: LongInt; |
240 begin |
240 begin |