~luke-jr/tr2norigins/tr2norigins-0.4

« back to all changes in this revision

Viewing changes to src/render/rScreen.cpp

  • Committer: Luke Dashjr
  • Date: 2010-04-20 23:29:32 UTC
  • mfrom: (690.1.4 compile)
  • Revision ID: luke+bzr@dashjr.org-20100420232932-2t5c0gbjsvh9k33f
MERGE: Moviepack mostly finished

Show diffs side-by-side

added added

removed removed

Lines of Context:
858
858
int sr_floorDetail=rFLOOR_TEXTURE;
859
859
bool sr_highRim=true;
860
860
bool sr_upperSky=false;
861
 
bool sr_lowerSky=false;
862
 
bool sr_skyWobble=true;
 
861
bool sr_lowerSky=true;
 
862
bool sr_skyWobble=false;
863
863
bool sr_dither=true;
864
864
bool sr_infinityPlane=false;
865
865
bool sr_laggometer=true;