diff -r 0f02dd1ff4c9 -r 21827fc9ca98 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Wed Feb 07 12:30:11 2018 +0100 +++ b/hedgewars/uVariables.pas Thu Feb 08 07:09:39 2018 +0100 @@ -2480,8 +2480,9 @@ AllInactive: boolean; PrvInactive: boolean; KilledHHs: Longword; - SuddenDeath: Boolean; - SuddenDeathDmg: Boolean; + SuddenDeath: Boolean; // If the Sudden Death check has been made + SuddenDeathActive: Boolean; // Is in Sudden Death with any gameplay effect + SuddenDeathDmg: Boolean; // Is in Sudden Death with damage SpeechType: Longword; SpeechText: shortstring; PlacingHogs: boolean; // a convenience flag to indicate placement of hogs is still in progress