hedgewars/uConsts.pas
changeset 112 ca5f06017e99
parent 109 ab0340f580c2
child 155 401f4ea24715
equal deleted inserted replaced
111:30ca06092a64 112:ca5f06017e99
   268                                        );
   268                                        );
   269 
   269 
   270       Ammoz: array [TAmmoType] of record
   270       Ammoz: array [TAmmoType] of record
   271                                   NameId: TAmmoStrId;
   271                                   NameId: TAmmoStrId;
   272                                   Ammo: TAmmo;
   272                                   Ammo: TAmmo;
   273                                   Slot: Longword;
   273                                   Slot: 0..cMaxSlotIndex;
   274                                   TimeAfterTurn: Longword;
   274                                   TimeAfterTurn: Longword;
   275                                   end = (
   275                                   end = (
   276                                   (NameId: sidGrenade;
   276                                   (NameId: sidGrenade;
   277                                    Ammo: (Propz: ammoprop_Timerable or ammoprop_Power;
   277                                    Ammo: (Propz: ammoprop_Timerable or ammoprop_Power;
   278                                           Count: AMMO_INFINITE;
   278                                           Count: AMMO_INFINITE;