diff -r b71bae455926 -r ceb289e8a582 hedgewars/uTypes.pas --- 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;