~ubuntu-branches/ubuntu/trusty/hedgewars/trusty-proposed

« back to all changes in this revision

Viewing changes to hedgewars/uAmmos.pas

  • Committer: Package Import Robot
  • Author(s): Dmitry E. Oboukhov
  • Date: 2011-11-20 18:31:17 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20111120183117-pjhz1n2pvnmxa246
Tags: 0.9.17-1
* [Paul Wise]
 * Mention the homing bee in the package description (Closes: #577092)
 * Also install the hwengine desktop file (LP: #811770)
 * Depend on ttf-dejavu-core since it is smaller
 * Depend on ttf-wqy-zenhei instead of embedding a copy of it
* [Dmitry E. Oboukhov]
 * New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
339
339
    CurWeapon:= GetAmmoEntry(Hedgehog);
340
340
 
341
341
    if (CurWeapon^.Count = 0) then
342
 
        SwitchToFirstLegalAmmo(Hedgehog);
 
342
        SwitchToFirstLegalAmmo(Hedgehog)
 
343
    else if CurWeapon^.AmmoType = amNothing then Hedgehog.CurAmmoType:= amNothing;
343
344
 
344
345
    CurWeapon:= GetAmmoEntry(Hedgehog);
345
346