hedgewars/uVariables.pas
branchqmlfrontend
changeset 10434 1614b13ad35e
parent 10424 4be6cd55f1cf
child 10515 7705784902e1
equal deleted inserted replaced
10432:b0abef0ee78c 10434:1614b13ad35e
   242 
   242 
   243 var
   243 var
   244     // these consts are here because they would cause circular dependencies in uConsts/uTypes
   244     // these consts are here because they would cause circular dependencies in uConsts/uTypes
   245     cPathz: array[TPathType] of shortstring = (
   245     cPathz: array[TPathType] of shortstring = (
   246         '',                              // ptNone
   246         '',                              // ptNone
   247         '//',                            // ptData
   247         '/',                             // ptData
   248         '/Graphics',                     // ptGraphics
   248         '/Graphics',                     // ptGraphics
   249         '/Themes',                       // ptThemes
   249         '/Themes',                       // ptThemes
   250         '/Themes/Bamboo',                // ptCurrTheme
   250         '/Themes/Bamboo',                // ptCurrTheme
   251         '/Teams',                        // ptTeams
   251         '/Config/Teams',                 // ptTeams
   252         '/Maps',                         // ptMaps
   252         '/Maps',                         // ptMaps
   253         '',                              // ptMapCurrent
   253         '',                              // ptMapCurrent
   254         '/Demos',                        // ptDemos
   254         '/Demos',                        // ptDemos
   255         '/Sounds',                       // ptSounds
   255         '/Sounds',                       // ptSounds
   256         '/Graphics/Graves',              // ptGraves
   256         '/Graphics/Graves',              // ptGraves
   263         '/Graphics/Hats',                // ptHats
   263         '/Graphics/Hats',                // ptHats
   264         '/Graphics/Flags',               // ptFlags
   264         '/Graphics/Flags',               // ptFlags
   265         '/Missions/Maps',                // ptMissionMaps
   265         '/Missions/Maps',                // ptMissionMaps
   266         '/Graphics/SuddenDeath',         // ptSuddenDeath
   266         '/Graphics/SuddenDeath',         // ptSuddenDeath
   267         '/Graphics/Buttons',             // ptButton
   267         '/Graphics/Buttons',             // ptButton
   268         '/Shaders'                       // ptShaders
   268         '/Shaders',                      // ptShaders
       
   269         '/Config'                        // ptConfig
   269     );
   270     );
   270 
   271 
   271 var
   272 var
   272     Fontz: array[THWFont] of THHFont = (
   273     Fontz: array[THWFont] of THHFont = (
   273             (Handle: nil;
   274             (Handle: nil;