hedgewars/uVariables.pas
branchqmlfrontend
changeset 10434 1614b13ad35e
parent 10424 4be6cd55f1cf
child 10515 7705784902e1
--- 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