- got rid of the last two TArrays in the filesystem class.
This commit is contained in:
parent
535eb9a853
commit
79e6d068a9
3 changed files with 21 additions and 24 deletions
|
|
@ -106,7 +106,7 @@ FFont::FFont (const char *name, const char *nametemplate, const char *filetempla
|
|||
size_t index;
|
||||
for(index = 0; index < folderdata.size(); index++)
|
||||
{
|
||||
if (infpath.CompareNoCase(folderdata[i].name) == 0) break;
|
||||
if (infpath.CompareNoCase(folderdata[index].name) == 0) break;
|
||||
}
|
||||
|
||||
if (index < folderdata.size())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue