diff -r 3102d95a870e -r 9a76589e294e hedgewars/uStats.pas --- a/hedgewars/uStats.pas Wed Oct 09 18:12:09 2019 +0200 +++ b/hedgewars/uStats.pas Fri Oct 11 20:18:07 2019 +0200 @@ -71,9 +71,9 @@ HitTargets : LongWord = 0; // Target (gtTarget) hits in turn AmmoUsedCount : Longword = 0; // Number of times an ammo has been used this turn AmmoDamagingUsed : boolean = false; // true if damaging ammo was used in turn - FirstBlood : boolean = false; // true if the “First blood” taunt has been used in this game - StepFirstBlood : boolean = false; // true if the “First blood” taunt is to be used this turn - LeaveMeAlone : boolean = false; // true if the “Leave me alone” taunt is to be used this turn + FirstBlood : boolean = false; // true if the "First blood" taunt has been used in this game + StepFirstBlood : boolean = false; // true if the "First blood" taunt is to be used this turn + LeaveMeAlone : boolean = false; // true if the "Leave me alone" taunt is to be used this turn SkippedTurns: LongWord = 0; // number of skipped turns in game isTurnSkipped: boolean = false; // true if this turn was skipped vpHurtSameClan: PVoicepack = nil; // voicepack of current clan (used for taunts)