changeset 10127 | 7f29a65aa1e4 |
parent 10124 | aabd1b75d5a3 |
child 10133 | d73412fbf3b4 |
--- 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;