diff -r b0abef0ee78c -r 1614b13ad35e hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sun Sep 28 21:33:14 2014 +0400 +++ b/hedgewars/uVariables.pas Tue Sep 30 00:54:04 2014 +0400 @@ -244,11 +244,11 @@ // these consts are here because they would cause circular dependencies in uConsts/uTypes cPathz: array[TPathType] of shortstring = ( '', // ptNone - '//', // ptData + '/', // ptData '/Graphics', // ptGraphics '/Themes', // ptThemes '/Themes/Bamboo', // ptCurrTheme - '/Teams', // ptTeams + '/Config/Teams', // ptTeams '/Maps', // ptMaps '', // ptMapCurrent '/Demos', // ptDemos @@ -265,7 +265,8 @@ '/Missions/Maps', // ptMissionMaps '/Graphics/SuddenDeath', // ptSuddenDeath '/Graphics/Buttons', // ptButton - '/Shaders' // ptShaders + '/Shaders', // ptShaders + '/Config' // ptConfig ); var