hedgewars/uTypes.pas
changeset 5319 51d8e4747876
parent 5316 191cd6c06203
child 5357 ec36f3d53f3c
equal deleted inserted replaced
5316:191cd6c06203 5319:51d8e4747876
   181             NumPerTurn: LongWord;
   181             NumPerTurn: LongWord;
   182             Timer: LongWord;
   182             Timer: LongWord;
   183             Pos: LongWord;
   183             Pos: LongWord;
   184             AmmoType: TAmmoType;
   184             AmmoType: TAmmoType;
   185             AttackVoice: TSound;
   185             AttackVoice: TSound;
       
   186             Bounciness: LongWord;
   186             end;
   187             end;
   187 
   188 
   188     TVertex2f = record
   189     TVertex2f = record
   189         X, Y: GLfloat;
   190         X, Y: GLfloat;
   190         end;
   191         end;
   331             Hat: shortstring;
   332             Hat: shortstring;
   332             InitialHealth: LongInt; // used for gfResetHealth
   333             InitialHealth: LongInt; // used for gfResetHealth
   333             King: boolean;  // Flag for a bunch of hedgehog attributes
   334             King: boolean;  // Flag for a bunch of hedgehog attributes
   334             Unplaced: boolean;  // Flag for hog placing mode
   335             Unplaced: boolean;  // Flag for hog placing mode
   335             Timer: Longword;
   336             Timer: Longword;
   336             Bounce: hwFloat;
       
   337             Effects: Array[THogEffect] of boolean;
   337             Effects: Array[THogEffect] of boolean;
   338             end;
   338             end;
   339 
   339 
   340     TTeam = record
   340     TTeam = record
   341             Clan: PClan;
   341             Clan: PClan;