diff -r 68db7625060d -r fcc50b96d20a hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sat Nov 05 09:38:07 2011 +0300 +++ b/hedgewars/uVariables.pas Sat Nov 05 11:41:56 2011 -0400 @@ -46,6 +46,7 @@ PathPrefix : shortstring = './'; UserPathPrefix : shortstring = './'; cShowFPS : boolean = false; + cFlattenFlakes : boolean = false; cAltDamage : boolean = true; cReducedQuality : LongWord = rqNone; UserNick : shortstring = ''; @@ -2551,6 +2552,7 @@ PathPrefix := './'; UserPathPrefix := './'; cShowFPS := false; + cFlattenFlakes := false; cAltDamage := true; cReducedQuality := rqNone; UserNick := '';