hedgewars/uVariables.pas
changeset 4553 442bac2e6ca6
parent 4548 a4c327b27583
child 4554 8afc607457b0
equal deleted inserted replaced
4552:e96d3773c375 4553:442bac2e6ca6
    21     cShowFPS        : boolean     = false;
    21     cShowFPS        : boolean     = false;
    22     cAltDamage      : boolean     = true;
    22     cAltDamage      : boolean     = true;
    23     cReducedQuality : LongWord    = rqNone;
    23     cReducedQuality : LongWord    = rqNone;
    24     //userNick is in uChat
    24     //userNick is in uChat
    25     recordFileName  : shortstring = '';
    25     recordFileName  : shortstring = '';
    26     cReadyDelay     : Longword    = 0;
    26     cReadyDelay     : Longword    = 5000;
    27     cLogfileBase    : shortstring = 'debug';
    27     cLogfileBase    : shortstring = 'debug';
    28 //////////////////////////
    28 //////////////////////////
    29 
    29 
    30     alsoShutdownFrontend: boolean = false;
    30     alsoShutdownFrontend: boolean = false;
    31 
    31 
   589             (FileName:                  'bee.ogg'; Path: ptSounds),// sndBee
   589             (FileName:                  'bee.ogg'; Path: ptSounds),// sndBee
   590             (FileName:                'Jump1.ogg'; Path: ptVoices),// sndJump1
   590             (FileName:                'Jump1.ogg'; Path: ptVoices),// sndJump1
   591             (FileName:                'Jump2.ogg'; Path: ptVoices),// sndJump2
   591             (FileName:                'Jump2.ogg'; Path: ptVoices),// sndJump2
   592             (FileName:                'Jump3.ogg'; Path: ptVoices),// sndJump3
   592             (FileName:                'Jump3.ogg'; Path: ptVoices),// sndJump3
   593             (FileName:               'Yessir.ogg'; Path: ptVoices),// sndYesSir
   593             (FileName:               'Yessir.ogg'; Path: ptVoices),// sndYesSir
       
   594             (FileName:               'Yessir1.ogg'; Path: ptVoices),// sndYesSir1
       
   595             (FileName:               'Yessir2.ogg'; Path: ptVoices),// sndYesSir2
       
   596             (FileName:               'Yessir3.ogg'; Path: ptVoices),// sndYesSir3
   594             (FileName:                'Laugh.ogg'; Path: ptVoices),// sndLaugh
   597             (FileName:                'Laugh.ogg'; Path: ptVoices),// sndLaugh
   595             (FileName:            'Illgetyou.ogg'; Path: ptVoices),// sndIllGetYou
   598             (FileName:            'Illgetyou.ogg'; Path: ptVoices),// sndIllGetYou
   596             (FileName:             'Incoming.ogg'; Path: ptVoices),// sndIncoming
   599             (FileName:             'Incoming.ogg'; Path: ptVoices),// sndIncoming
   597             (FileName:               'Missed.ogg'; Path: ptVoices),// sndMissed
   600             (FileName:               'Missed.ogg'; Path: ptVoices),// sndMissed
   598             (FileName:               'Stupid.ogg'; Path: ptVoices),// sndStupid
   601             (FileName:               'Stupid.ogg'; Path: ptVoices),// sndStupid
  2246     cShowFPS        := false;
  2249     cShowFPS        := false;
  2247     cAltDamage      := true;
  2250     cAltDamage      := true;
  2248     cReducedQuality := rqNone;
  2251     cReducedQuality := rqNone;
  2249     //userNick is in uChat
  2252     //userNick is in uChat
  2250     recordFileName  := '';
  2253     recordFileName  := '';
  2251     cReadyDelay     := 0;
  2254     cReadyDelay     := 5000;
  2252 end;
  2255 end;
  2253 
  2256 
  2254 end.
  2257 end.