hedgewars/uVariables.pas
changeset 6179 b529f88d37d0
parent 6139 a912b85e3ece
child 6224 42b256eca362
child 6254 e90fb60cb46d
equal deleted inserted replaced
6178:affa860f2983 6179:b529f88d37d0
  2331     rotationQt: GLfloat;
  2331     rotationQt: GLfloat;
  2332     // stereoscopic framebuffer and textures
  2332     // stereoscopic framebuffer and textures
  2333     framel, framer, depthl, depthr: GLuint;
  2333     framel, framer, depthl, depthr: GLuint;
  2334     texl, texr: GLuint;
  2334     texl, texr: GLuint;
  2335 
  2335 
  2336 
  2336     VisualGearLayers: array[0..3] of PVisualGear;
  2337     VisualGearsLayer0: PVisualGear;
       
  2338     VisualGearsLayer1: PVisualGear;
       
  2339     VisualGearsLayer2: PVisualGear;
       
  2340     VisualGearsLayer3: PVisualGear;
       
  2341     lastVisualGearByUID: PVisualGear;
  2337     lastVisualGearByUID: PVisualGear;
  2342     vobFrameTicks, vobFramesCount, vobCount: Longword;
  2338     vobFrameTicks, vobFramesCount, vobCount: Longword;
  2343     vobVelocity, vobFallSpeed: LongInt;
  2339     vobVelocity, vobFallSpeed: LongInt;
  2344     vobSDFrameTicks, vobSDFramesCount, vobSDCount: Longword;
  2340     vobSDFrameTicks, vobSDFramesCount, vobSDCount: Longword;
  2345     vobSDVelocity, vobSDFallSpeed: LongInt;
  2341     vobSDVelocity, vobSDFallSpeed: LongInt;