hedgewars/uTypes.pas
changeset 15220 ceb289e8a582
parent 15205 8705ee93f8b3
child 15230 4576e41c0692
--- a/hedgewars/uTypes.pas	Mon Jul 08 15:16:05 2019 +0300
+++ b/hedgewars/uTypes.pas	Mon Jul 08 21:44:26 2019 +0200
@@ -420,6 +420,7 @@
             InitialHealth: LongInt; // used for gfResetHealth
             King: boolean;  // Flag for a bunch of hedgehog attributes
             Unplaced: boolean;  // Flag for hog placing mode
+            UnplacedKing: boolean;  // Flag for king placing phase in King Mode
             Timer: Longword;
             HealthBarHealth: LongInt;
             Effects: array[THogEffect] of LongInt;