174 (Height: 24; |
174 (Height: 24; |
175 Name: 'UN1251N.TTF') |
175 Name: 'UN1251N.TTF') |
176 ); |
176 ); |
177 |
177 |
178 Pathz: array[TPathType] of string[ 64] = ( |
178 Pathz: array[TPathType] of string[ 64] = ( |
179 'Data/', // ptData |
179 'Data', // ptData |
180 'Data/Graphics/', // ptGraphics |
180 'Data/Graphics', // ptGraphics |
181 'Data/Themes/', // ptThemes |
181 'Data/Themes', // ptThemes |
182 'Data/Themes/Default/', // ptThemeCurrent |
182 'Data/Themes/avematan', // ptThemeCurrent |
183 'Data/Teams/', // ptTeams |
183 'Data/Teams', // ptTeams |
184 'Data/Maps/', // ptMaps |
184 'Data/Maps', // ptMaps |
185 'Data/Maps/Current/', // ptMapCurrent |
185 '', // ptMapCurrent |
186 'Data/Demos/', // ptDemos |
186 'Data/Demos', // ptDemos |
187 'Data/Sounds/', // ptSounds |
187 'Data/Sounds', // ptSounds |
188 'Data/Graphics/Graves/', // ptGraves |
188 'Data/Graphics/Graves', // ptGraves |
189 'Data/Fonts/', // ptFonts |
189 'Data/Fonts', // ptFonts |
190 'Data/Forts/' // ptForts |
190 'Data/Forts' // ptForts |
191 ); |
191 ); |
192 |
192 |
193 StuffLoadData: array[TStuff] of record |
193 StuffLoadData: array[TStuff] of record |
194 FileName: String[31]; |
194 FileName: String[31]; |
195 Path : TPathType; |
195 Path : TPathType; |