hedgewars/uVariables.pas
branchwebgl
changeset 9168 20ff80421736
parent 9127 e350500c4edb
child 9521 8054d9d775fd
equal deleted inserted replaced
9166:3774ac58e65e 9168:20ff80421736
   216 
   216 
   217 var
   217 var
   218     // these consts are here because they would cause circular dependencies in uConsts/uTypes
   218     // these consts are here because they would cause circular dependencies in uConsts/uTypes
   219     cPathz: array[TPathType] of shortstring = (
   219     cPathz: array[TPathType] of shortstring = (
   220         '',                              // ptNone
   220         '',                              // ptNone
   221         '/',                             // ptData
   221         '//',                            // ptData
   222         '/Graphics',                     // ptGraphics
   222         '/Graphics',                     // ptGraphics
   223         '/Themes',                       // ptThemes
   223         '/Themes',                       // ptThemes
   224         '/Themes/Bamboo',                // ptCurrTheme
   224         '/Themes/Bamboo',                // ptCurrTheme
   225         '/Teams',                        // ptTeams
   225         '/Teams',                        // ptTeams
   226         '/Maps',                         // ptMaps
   226         '/Maps',                         // ptMaps