hedgewars/uVariables.pas
changeset 6302 db8bdbb34e03
parent 6288 fcc50b96d20a
child 6308 ef2804785a4e
equal deleted inserted replaced
6301:1259736c0134 6302:db8bdbb34e03
    45     cTimerInterval  : LongInt     = 8;
    45     cTimerInterval  : LongInt     = 8;
    46     PathPrefix      : shortstring = './';
    46     PathPrefix      : shortstring = './';
    47     UserPathPrefix  : shortstring = './';
    47     UserPathPrefix  : shortstring = './';
    48     cShowFPS        : boolean     = false;
    48     cShowFPS        : boolean     = false;
    49     cFlattenFlakes  : boolean     = false;
    49     cFlattenFlakes  : boolean     = false;
       
    50     cFlattenClouds  : boolean     = false;
    50     cAltDamage      : boolean     = true;
    51     cAltDamage      : boolean     = true;
    51     cReducedQuality : LongWord    = rqNone;
    52     cReducedQuality : LongWord    = rqNone;
    52     UserNick        : shortstring = '';
    53     UserNick        : shortstring = '';
    53     recordFileName  : shortstring = '';
    54     recordFileName  : shortstring = '';
    54     cReadyDelay     : Longword    = 5000;
    55     cReadyDelay     : Longword    = 5000;
  2332     rotationQt: GLfloat;
  2333     rotationQt: GLfloat;
  2333     // stereoscopic framebuffer and textures
  2334     // stereoscopic framebuffer and textures
  2334     framel, framer, depthl, depthr: GLuint;
  2335     framel, framer, depthl, depthr: GLuint;
  2335     texl, texr: GLuint;
  2336     texl, texr: GLuint;
  2336 
  2337 
  2337     VisualGearLayers: array[0..3] of PVisualGear;
  2338     VisualGearLayers: array[0..6] of PVisualGear;
  2338     lastVisualGearByUID: PVisualGear;
  2339     lastVisualGearByUID: PVisualGear;
  2339     vobFrameTicks, vobFramesCount, vobCount: Longword;
  2340     vobFrameTicks, vobFramesCount, vobCount: Longword;
  2340     vobVelocity, vobFallSpeed: LongInt;
  2341     vobVelocity, vobFallSpeed: LongInt;
  2341     vobSDFrameTicks, vobSDFramesCount, vobSDCount: Longword;
  2342     vobSDFrameTicks, vobSDFramesCount, vobSDCount: Longword;
  2342     vobSDVelocity, vobSDFallSpeed: LongInt;
  2343     vobSDVelocity, vobSDFallSpeed: LongInt;
  2551     cTimerInterval  := 8;
  2552     cTimerInterval  := 8;
  2552     PathPrefix      := './';
  2553     PathPrefix      := './';
  2553     UserPathPrefix  := './';
  2554     UserPathPrefix  := './';
  2554     cShowFPS        := false;
  2555     cShowFPS        := false;
  2555     cFlattenFlakes  := false;
  2556     cFlattenFlakes  := false;
       
  2557     cFlattenClouds  := false;
  2556     cAltDamage      := true;
  2558     cAltDamage      := true;
  2557     cReducedQuality := rqNone;
  2559     cReducedQuality := rqNone;
  2558     UserNick        := '';
  2560     UserNick        := '';
  2559     recordFileName  := '';
  2561     recordFileName  := '';
  2560     cScriptName     := '';
  2562     cScriptName     := '';