hedgewars/uVariables.pas
branch0.9.24
changeset 13592 1c45ce3ff296
parent 13550 d42237d16acf
equal deleted inserted replaced
13591:9f05872969dc 13592:1c45ce3ff296
   164     cExplosives     : Longword;
   164     cExplosives     : Longword;
   165 
   165 
   166     cScriptName     : shortstring;
   166     cScriptName     : shortstring;
   167     cScriptParam    : shortstring;
   167     cScriptParam    : shortstring;
   168     cSeed           : shortstring;
   168     cSeed           : shortstring;
       
   169     cIsSoundEnabled : boolean; // If the sound system is enabled
   169     cVolumeDelta    : LongInt;
   170     cVolumeDelta    : LongInt;
   170     cMuteToggle     : boolean; // Mute toggle requested
   171     cMuteToggle     : boolean; // Mute toggle requested
   171     cHasFocus       : boolean;
   172     cHasFocus       : boolean;
   172     cInactDelay     : Longword;
   173     cInactDelay     : Longword;
   173 
   174 
  2843     SpeedStart      := 0;
  2844     SpeedStart      := 0;
  2844     fastUntilLag    := false;
  2845     fastUntilLag    := false;
  2845     fastScrolling   := false;
  2846     fastScrolling   := false;
  2846     autoCameraOn    := true;
  2847     autoCameraOn    := true;
  2847     cSeed           := '';
  2848     cSeed           := '';
       
  2849     cIsSoundEnabled := false;
  2848     cVolumeDelta    := 0;
  2850     cVolumeDelta    := 0;
  2849     cMuteToggle     := false;
  2851     cMuteToggle     := false;
  2850     cHasFocus       := true;
  2852     cHasFocus       := true;
  2851     cInactDelay     := 100;
  2853     cInactDelay     := 100;
  2852     ReadyTimeLeft   := 0;
  2854     ReadyTimeLeft   := 0;