hedgewars/uConsts.pas
changeset 99 fd9613278d1b
parent 97 e7c1df9cce2c
child 102 c45643d3fd78
equal deleted inserted replaced
98:f1d252c234ec 99:fd9613278d1b
   179                                           Name: 'DejaVuSans.ttf'),
   179                                           Name: 'DejaVuSans.ttf'),
   180                                          (Height: 24;
   180                                          (Height: 24;
   181                                           Name: 'DejaVuSans.ttf')
   181                                           Name: 'DejaVuSans.ttf')
   182                                          );
   182                                          );
   183 
   183 
   184       PathPrefix: shortstring = './';
   184       PathPrefix: string = './';
   185       Pathz: array[TPathType] of string[ 64] = (
   185       Pathz: array[TPathType] of string      = (
   186                                                '',                              // ptNone      
   186                                                '',                              // ptNone      
   187                                                'Data',                          // ptData
   187                                                'Data',                          // ptData
   188                                                'Data/Graphics',                 // ptGraphics
   188                                                'Data/Graphics',                 // ptGraphics
   189                                                'Data/Themes',                   // ptThemes
   189                                                'Data/Themes',                   // ptThemes
   190                                                'Data/Themes/avematan',          // ptCurrTheme
   190                                                'Data/Themes/avematan',          // ptCurrTheme