hedgewars/uVariables.pas
changeset 6288 fcc50b96d20a
parent 6271 9310cfe6bc37
child 6302 db8bdbb34e03
--- 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        := '';