hedgewars/uTypes.pas
changeset 15220 ceb289e8a582
parent 15205 8705ee93f8b3
child 15230 4576e41c0692
equal deleted inserted replaced
15219:b71bae455926 15220:ceb289e8a582
   418             stats: TStatistics;
   418             stats: TStatistics;
   419             Hat: shortstring;
   419             Hat: shortstring;
   420             InitialHealth: LongInt; // used for gfResetHealth
   420             InitialHealth: LongInt; // used for gfResetHealth
   421             King: boolean;  // Flag for a bunch of hedgehog attributes
   421             King: boolean;  // Flag for a bunch of hedgehog attributes
   422             Unplaced: boolean;  // Flag for hog placing mode
   422             Unplaced: boolean;  // Flag for hog placing mode
       
   423             UnplacedKing: boolean;  // Flag for king placing phase in King Mode
   423             Timer: Longword;
   424             Timer: Longword;
   424             HealthBarHealth: LongInt;
   425             HealthBarHealth: LongInt;
   425             Effects: array[THogEffect] of LongInt;
   426             Effects: array[THogEffect] of LongInt;
   426             RevengeHog: PHedgehog;   // For which hog this hog wants revenge most. For sndRevenge taunt
   427             RevengeHog: PHedgehog;   // For which hog this hog wants revenge most. For sndRevenge taunt
   427             FlownOffMap: boolean; // When hedgehog has flown far away off the map left or right
   428             FlownOffMap: boolean; // When hedgehog has flown far away off the map left or right