diff -r bf14c7c1be02 -r bf8b7c166b3c hedgewars/uTypes.pas --- a/hedgewars/uTypes.pas Sun Oct 28 14:08:13 2018 +0100 +++ b/hedgewars/uTypes.pas Tue Oct 30 23:08:43 2018 +0100 @@ -384,6 +384,7 @@ TVoice = record snd: TSound; voicepack: PVoicePack; + isFallback: boolean; end; THHAmmo = array[0..cMaxSlotIndex, 0..cMaxSlotAmmoIndex] of TAmmo;