hedgewars/uVariables.pas
changeset 5585 c09f5b41644a
parent 5562 8056d82b4d23
child 5615 104f69e798bb
child 5624 b6f70f6335ee
equal deleted inserted replaced
5584:e0b9722bd653 5585:c09f5b41644a
  2311     // stereoscopic framebuffer and textures
  2311     // stereoscopic framebuffer and textures
  2312     framel, framer, depthl, depthr: GLuint;
  2312     framel, framer, depthl, depthr: GLuint;
  2313     texl, texr: GLuint;
  2313     texl, texr: GLuint;
  2314 
  2314 
  2315 
  2315 
  2316     VisualGearsList: PVisualGear;
  2316     VisualGearsLayer0: PVisualGear;
       
  2317     VisualGearsLayer1: PVisualGear;
       
  2318     VisualGearsLayer2: PVisualGear;
       
  2319     VisualGearsLayer3: PVisualGear;
  2317     lastVisualGearByUID: PVisualGear;
  2320     lastVisualGearByUID: PVisualGear;
  2318     vobFrameTicks, vobFramesCount, vobCount: Longword;
  2321     vobFrameTicks, vobFramesCount, vobCount: Longword;
  2319     vobVelocity, vobFallSpeed: LongInt;
  2322     vobVelocity, vobFallSpeed: LongInt;
  2320     vobSDFrameTicks, vobSDFramesCount, vobSDCount: Longword;
  2323     vobSDFrameTicks, vobSDFramesCount, vobSDCount: Longword;
  2321     vobSDVelocity, vobSDFallSpeed: LongInt;
  2324     vobSDVelocity, vobSDFallSpeed: LongInt;