hedgewars/uVariables.pas
changeset 13491 f725701ca529
parent 13461 854caa3c9212
child 13532 ee77086fc5fa
equal deleted inserted replaced
13490:4faebbf9c44f 13491:f725701ca529
   166     cExplosives     : Longword;
   166     cExplosives     : Longword;
   167 
   167 
   168     cScriptName     : shortstring;
   168     cScriptName     : shortstring;
   169     cScriptParam    : shortstring;
   169     cScriptParam    : shortstring;
   170     cSeed           : shortstring;
   170     cSeed           : shortstring;
       
   171     cIsSoundEnabled : boolean; // If the sound system is enabled
   171     cVolumeDelta    : LongInt;
   172     cVolumeDelta    : LongInt;
   172     cMuteToggle     : boolean; // Mute toggle requested
   173     cMuteToggle     : boolean; // Mute toggle requested
   173     cHasFocus       : boolean;
   174     cHasFocus       : boolean;
   174     cInactDelay     : Longword;
   175     cInactDelay     : Longword;
   175 
   176 
  2850     SpeedStart      := 0;
  2851     SpeedStart      := 0;
  2851     fastUntilLag    := false;
  2852     fastUntilLag    := false;
  2852     fastScrolling   := false;
  2853     fastScrolling   := false;
  2853     autoCameraOn    := true;
  2854     autoCameraOn    := true;
  2854     cSeed           := '';
  2855     cSeed           := '';
       
  2856     cIsSoundEnabled := false;
  2855     cVolumeDelta    := 0;
  2857     cVolumeDelta    := 0;
  2856     cMuteToggle     := false;
  2858     cMuteToggle     := false;
  2857     cHasFocus       := true;
  2859     cHasFocus       := true;
  2858     cInactDelay     := 100;
  2860     cInactDelay     := 100;
  2859     ReadyTimeLeft   := 0;
  2861     ReadyTimeLeft   := 0;