hedgewars/uVariables.pas
changeset 12920 21827fc9ca98
parent 12898 8a40ce061d94
child 12999 46ba3285449a
--- 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