diff -r b71bae455926 -r ceb289e8a582 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Mon Jul 08 15:16:05 2019 +0300 +++ b/hedgewars/uVariables.pas Mon Jul 08 21:44:26 2019 +0200 @@ -2551,6 +2551,7 @@ SpeechType: Longword; SpeechText: shortstring; PlacingHogs: boolean; // a convenience flag to indicate placement of hogs is still in progress + PlacingKings: boolean; // a convenience flag to indicate placement of kings in King Mode is still in progress StepSoundTimer: LongInt; StepSoundChannel: LongInt;