diff -r 2fa3bb7785ee -r 7f29a65aa1e4 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sun Feb 09 19:00:13 2014 +0100 +++ b/hedgewars/uVariables.pas Mon Feb 10 00:43:03 2014 +0400 @@ -41,8 +41,8 @@ cLocaleFName : shortstring; cLocale : shortstring; cTimerInterval : LongInt; - PathPrefix : shortstring; - UserPathPrefix : shortstring; + PathPrefix : ansistring; + UserPathPrefix : ansistring; cShowFPS : boolean; cFlattenFlakes : boolean; cFlattenClouds : boolean;