diff -r 4629026ff75a -r 4d462b29428e hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Tue Sep 14 00:17:22 2010 -0400 +++ b/hedgewars/uConsts.pas Tue Sep 14 13:05:49 2010 +0200 @@ -227,8 +227,8 @@ 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 + rqSimpleRope = $00000008; // draw rope using lines only + rq2DWater = $00000010; // disable 3D water effect rqFancyBoom = $00000020; // no fancy explosion effects rqKillFlakes = $00000040; // no flakes rqSlowMenu = $00000080; // ammomenu appears with no animation