diff -r 8e1bd8b5780e -r 93d260c96635 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sat Jul 10 02:02:37 2010 +0200 +++ b/hedgewars/uConsts.pas Sat Jul 10 15:39:07 2010 +0200 @@ -215,8 +215,8 @@ // reducedquality flags rqNone = $00000000; // don't reduce quality - rqBlurryLand = $00000001; // downscaled terrain - rqLowRes = $00000002; // use half land array + rqLowRes = $00000001; // use half land array + rqBlurryLand = $00000002; // downscaled terrain rqNoBackground= $00000004; // don't draw background rqSimpleRope = $00000008; // avoid drawing rope rq2DWater = $00000010; // disabe 3D water effect @@ -225,6 +225,7 @@ rqSlowMenu = $00000080; // ammomenu appears with no animation rqPlainSplash = $00000100; // no droplets rqClampLess = $00000200; // don't clamp textures + rqTooltipsOff = $00000400; // tooltips are not drawn // image flags (for LoadImage()) ifNone = $00000000; // nothing special