hedgewars/uWorld.pas
changeset 7028 0f60591f3a16
parent 7027 f264ad9d8965
child 7049 35d762458d66
equal deleted inserted replaced
7027:f264ad9d8965 7028:0f60591f3a16
    77     amSel: TAmmoType = amNothing;
    77     amSel: TAmmoType = amNothing;
    78     missionTex: PTexture;
    78     missionTex: PTexture;
    79     missionTimer: LongInt;
    79     missionTimer: LongInt;
    80     stereoDepth: GLfloat;
    80     stereoDepth: GLfloat;
    81     isFirstFrame: boolean;
    81     isFirstFrame: boolean;
       
    82     AMAnimType: LongInt;
    82 
    83 
    83 const cStereo_Sky           = 0.0500;
    84 const cStereo_Sky           = 0.0500;
    84       cStereo_Horizon       = 0.0250;
    85       cStereo_Horizon       = 0.0250;
    85       cStereo_MidDistance   = 0.0175;
    86       cStereo_MidDistance   = 0.0175;
    86       cStereo_Water_distant = 0.0125;
    87       cStereo_Water_distant = 0.0125;