diff -r 1259736c0134 -r db8bdbb34e03 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sun Nov 06 17:43:57 2011 +0100 +++ b/hedgewars/uVariables.pas Sun Nov 06 12:40:35 2011 -0500 @@ -47,6 +47,7 @@ UserPathPrefix : shortstring = './'; cShowFPS : boolean = false; cFlattenFlakes : boolean = false; + cFlattenClouds : boolean = false; cAltDamage : boolean = true; cReducedQuality : LongWord = rqNone; UserNick : shortstring = ''; @@ -2334,7 +2335,7 @@ framel, framer, depthl, depthr: GLuint; texl, texr: GLuint; - VisualGearLayers: array[0..3] of PVisualGear; + VisualGearLayers: array[0..6] of PVisualGear; lastVisualGearByUID: PVisualGear; vobFrameTicks, vobFramesCount, vobCount: Longword; vobVelocity, vobFallSpeed: LongInt; @@ -2553,6 +2554,7 @@ UserPathPrefix := './'; cShowFPS := false; cFlattenFlakes := false; + cFlattenClouds := false; cAltDamage := true; cReducedQuality := rqNone; UserNick := '';