hedgewars/uTypes.pas
changeset 14037 bf8b7c166b3c
parent 14035 ecfd13128100
child 14040 128fbd36eee4
--- 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;