hedgewars/uVariables.pas
changeset 5638 e35ba2a400d8
parent 5624 b6f70f6335ee
child 5654 1cb68f420aa6
child 5655 44c2d19f79e2
equal deleted inserted replaced
5636:c18aed7ad618 5638:e35ba2a400d8
   207         'Graphics/SuddenDeath'           // ptSuddenDeath
   207         'Graphics/SuddenDeath'           // ptSuddenDeath
   208     );
   208     );
   209 
   209 
   210     cTagsMasks : array[0..15] of byte = (7, 0, 0, 0, 15, 6, 4, 5, 0, 0, 0, 0, 0, 14, 12, 13);
   210     cTagsMasks : array[0..15] of byte = (7, 0, 0, 0, 15, 6, 4, 5, 0, 0, 0, 0, 0, 14, 12, 13);
   211     cTagsMasksNoHealth: array[0..15] of byte = (3, 2, 11, 1, 0, 0, 0, 0, 0, 10, 0, 9, 0, 0, 0, 0);
   211     cTagsMasksNoHealth: array[0..15] of byte = (3, 2, 11, 1, 0, 0, 0, 0, 0, 10, 0, 9, 0, 0, 0, 0);
       
   212 
       
   213     VoiceList : array[0..7] of TVoice =  (
       
   214                     ( snd: sndNone; voicepack: nil),
       
   215                     ( snd: sndNone; voicepack: nil),
       
   216                     ( snd: sndNone; voicepack: nil),
       
   217                     ( snd: sndNone; voicepack: nil),
       
   218                     ( snd: sndNone; voicepack: nil),
       
   219                     ( snd: sndNone; voicepack: nil),
       
   220                     ( snd: sndNone; voicepack: nil),
       
   221                     ( snd: sndNone; voicepack: nil));
       
   222     LastVoice : TVoice = ( snd: sndNone; voicepack: nil );
   212 
   223 
   213     Fontz: array[THWFont] of THHFont = (
   224     Fontz: array[THWFont] of THHFont = (
   214             (Handle: nil;
   225             (Handle: nil;
   215             Height: 12;
   226             Height: 12;
   216             style: TTF_STYLE_NORMAL;
   227             style: TTF_STYLE_NORMAL;