hedgewars/uVariables.pas
changeset 14829 f56936207a65
parent 14819 fba15e2f5e5b
child 14844 9e8c201eae9d
equal deleted inserted replaced
14828:8ed0c3761640 14829:f56936207a65
   309     cPathzInit: array[TPathType] of shortstring = (
   309     cPathzInit: array[TPathType] of shortstring = (
   310         '',                              // ptNone
   310         '',                              // ptNone
   311         '//',                            // ptData
   311         '//',                            // ptData
   312         '/Graphics',                     // ptGraphics
   312         '/Graphics',                     // ptGraphics
   313         '/Themes',                       // ptThemes
   313         '/Themes',                       // ptThemes
   314         '/Themes/Bamboo',                // ptCurrTheme
   314         '/Themes/Nature',                // ptCurrTheme
   315         '/Config',                       // ptConfig
   315         '/Config',                       // ptConfig
   316         '/Config/Teams',                 // ptTeams
   316         '/Config/Teams',                 // ptTeams
   317         '/Maps',                         // ptMaps
   317         '/Maps',                         // ptMaps
   318         '',                              // ptMapCurrent
   318         '',                              // ptMapCurrent
   319         '/Demos',                        // ptDemos
   319         '/Demos',                        // ptDemos