hedgewars/uVariables.pas
changeset 15220 ceb289e8a582
parent 15205 8705ee93f8b3
child 15267 22f2fd8a3d2c
equal deleted inserted replaced
15219:b71bae455926 15220:ceb289e8a582
  2549     SuddenDeathActive: Boolean; // Is in Sudden Death with any gameplay effect
  2549     SuddenDeathActive: Boolean; // Is in Sudden Death with any gameplay effect
  2550     SuddenDeathDmg: Boolean; // Is in Sudden Death with damage
  2550     SuddenDeathDmg: Boolean; // Is in Sudden Death with damage
  2551     SpeechType: Longword;
  2551     SpeechType: Longword;
  2552     SpeechText: shortstring;
  2552     SpeechText: shortstring;
  2553     PlacingHogs: boolean; // a convenience flag to indicate placement of hogs is still in progress
  2553     PlacingHogs: boolean; // a convenience flag to indicate placement of hogs is still in progress
       
  2554     PlacingKings: boolean; // a convenience flag to indicate placement of kings in King Mode is still in progress
  2554     StepSoundTimer: LongInt;
  2555     StepSoundTimer: LongInt;
  2555     StepSoundChannel: LongInt;
  2556     StepSoundChannel: LongInt;
  2556 
  2557 
  2557     CurrentTeam: PTeam;
  2558     CurrentTeam: PTeam;
  2558     PreviousTeam: PTeam;
  2559     PreviousTeam: PTeam;