hedgewars/uVariables.pas
changeset 6611 d9d00e537010
parent 6609 5861b2cc991f
child 6622 01889d5bc79b
equal deleted inserted replaced
6610:84b0bc1bf399 6611:d9d00e537010
  2332     squaresize : LongInt;
  2332     squaresize : LongInt;
  2333     numsquares : LongInt;
  2333     numsquares : LongInt;
  2334     ProgrTex: PTexture;
  2334     ProgrTex: PTexture;
  2335     MissionIcons: PSDL_Surface;
  2335     MissionIcons: PSDL_Surface;
  2336     ropeIconTex: PTexture;
  2336     ropeIconTex: PTexture;
  2337     // orientation of the viewport
  2337 
  2338     rotationQt: GLfloat;
       
  2339     // stereoscopic framebuffer and textures
  2338     // stereoscopic framebuffer and textures
  2340     framel, framer, depthl, depthr: GLuint;
  2339     framel, framer, depthl, depthr: GLuint;
  2341     texl, texr: GLuint;
  2340     texl, texr: GLuint;
  2342 
  2341 
  2343     VisualGearLayers: array[0..6] of PVisualGear;
  2342     VisualGearLayers: array[0..6] of PVisualGear;