hedgewars/uVariables.pas
changeset 7082 17b0892ac794
parent 7076 fed718e7851d
child 7108 eaef11c0d039
equal deleted inserted replaced
7080:dbf43c07a507 7082:17b0892ac794
  2423 
  2423 
  2424     PauseTexture,
  2424     PauseTexture,
  2425     SyncTexture,
  2425     SyncTexture,
  2426     ConfirmTexture: PTexture;
  2426     ConfirmTexture: PTexture;
  2427     cScaleFactor: GLfloat;
  2427     cScaleFactor: GLfloat;
       
  2428     cStereoDepth: GLfloat;
  2428     SupportNPOTT: Boolean;
  2429     SupportNPOTT: Boolean;
  2429     Step: LongInt;
  2430     Step: LongInt;
  2430     squaresize : LongInt;
  2431     squaresize : LongInt;
  2431     numsquares : LongInt;
  2432     numsquares : LongInt;
  2432     ProgrTex: PTexture;
  2433     ProgrTex: PTexture;