--- a/hedgewars/uVariables.pas Fri Sep 26 00:56:36 2014 +0400
+++ b/hedgewars/uVariables.pas Sat Sep 27 12:49:08 2014 +0400
@@ -40,8 +40,6 @@
cLocaleFName : shortstring;
cLocale : shortstring;
cTimerInterval : LongInt;
- PathPrefix : ansistring;
- UserPathPrefix : ansistring;
cShowFPS : boolean;
cFlattenFlakes : boolean;
cFlattenClouds : boolean;
@@ -2423,12 +2421,10 @@
cLocaleFName := 'en.txt';
cFullScreen := false;
- UserPathPrefix := '';
recordFileName := '';
UserNick := '';
cStereoMode := smNone;
GrayScale := false;
- PathPrefix := './';
GameType := gmtLocal;
cOnlyStats := False;
cScriptName := '';