hedgewars/uVariables.pas
branchphysfslayer
changeset 8022 10b3b93c1f56
parent 8016 c1223ef70934
child 8025 07862ab415c8
equal deleted inserted replaced
8019:b216953c2617 8022:10b3b93c1f56
   223 
   223 
   224 var
   224 var
   225     // these consts are here because they would cause circular dependencies in uConsts/uTypes
   225     // these consts are here because they would cause circular dependencies in uConsts/uTypes
   226     cPathz: array[TPathType] of shortstring = (
   226     cPathz: array[TPathType] of shortstring = (
   227         '',                              // ptNone
   227         '',                              // ptNone
   228         '',                              // ptData
   228         '/',                             // ptData
   229         'Graphics',                      // ptGraphics
   229         '/Graphics',                     // ptGraphics
   230         'Themes',                        // ptThemes
   230         '/Themes',                       // ptThemes
   231         'Themes/Bamboo',                 // ptCurrTheme
   231         '/Themes/Bamboo',                // ptCurrTheme
   232         'Teams',                         // ptTeams
   232         '/Teams',                        // ptTeams
   233         'Maps',                          // ptMaps
   233         '/Maps',                         // ptMaps
   234         '',                              // ptMapCurrent
   234         '',                              // ptMapCurrent
   235         'Demos',                         // ptDemos
   235         '/Demos',                        // ptDemos
   236         'Sounds',                        // ptSounds
   236         '/Sounds',                       // ptSounds
   237         'Graphics/Graves',               // ptGraves
   237         '/Graphics/Graves',              // ptGraves
   238         'Fonts',                         // ptFonts
   238         '/Fonts',                        // ptFonts
   239         'Forts',                         // ptForts
   239         '/Forts',                        // ptForts
   240         'Locale',                        // ptLocale
   240         '/Locale',                       // ptLocale
   241         'Graphics/AmmoMenu',             // ptAmmoMenu
   241         '/Graphics/AmmoMenu',            // ptAmmoMenu
   242         'Graphics/Hedgehog',             // ptHedgehog
   242         '/Graphics/Hedgehog',            // ptHedgehog
   243         'Sounds/voices',                 // ptVoices
   243         '/Sounds/voices',                // ptVoices
   244         'Graphics/Hats',                 // ptHats
   244         '/Graphics/Hats',                // ptHats
   245         'Graphics/Flags',                // ptFlags
   245         '/Graphics/Flags',               // ptFlags
   246         'Missions/Maps',                 // ptMissionMaps
   246         '/Missions/Maps',                // ptMissionMaps
   247         'Graphics/SuddenDeath',           // ptSuddenDeath
   247         '/Graphics/SuddenDeath',         // ptSuddenDeath
   248         'Graphics/Buttons'                // ptButton
   248         '/Graphics/Buttons'              // ptButton
   249     );
   249     );
   250 
   250 
   251     Fontz: array[THWFont] of THHFont = (
   251     Fontz: array[THWFont] of THHFont = (
   252             (Handle: nil;
   252             (Handle: nil;
   253             Height: 12;
   253             Height: 12;