@@ -942,7 +942,6 @@ xr_vector<char*>* CLocatorAPI::file_list_open(const char* _path, u32 flags)
942942{
943943 R_ASSERT (_path);
944944 VERIFY (flags);
945- // ïðîâåðèòü íóæíî ëè ïåðåñêàíèðîâàòü ïóòè
946945 check_pathes ();
947946
948947 string_path N;
@@ -1004,7 +1003,6 @@ int CLocatorAPI::file_list(FS_FileSet& dest, LPCSTR path, u32 flags, LPCSTR mask
10041003{
10051004 R_ASSERT (path);
10061005 VERIFY (flags);
1007- // ïðîâåðèòü íóæíî ëè ïåðåñêàíèðîâàòü ïóòè
10081006 check_pathes ();
10091007
10101008 string_path N;
@@ -1323,7 +1321,6 @@ void CLocatorAPI::copy_file_to_build(T*& r, LPCSTR source_name)
13231321
13241322bool CLocatorAPI::check_for_file (LPCSTR path, LPCSTR _fname, string_path& fname, const file*& desc)
13251323{
1326- // ïðîâåðèòü íóæíî ëè ïåðåñêàíèðîâàòü ïóòè
13271324 check_pathes ();
13281325
13291326 // correct path
@@ -1452,7 +1449,6 @@ void CLocatorAPI::w_close(IWriter*& S)
14521449
14531450CLocatorAPI::files_it CLocatorAPI::file_find_it (LPCSTR fname)
14541451{
1455- // ïðîâåðèòü íóæíî ëè ïåðåñêàíèðîâàòü ïóòè
14561452 check_pathes ();
14571453
14581454 file desc_f;
@@ -1628,7 +1624,6 @@ return get_path(initial)->_update(dest,src);
16281624
16291625u32 CLocatorAPI::get_file_age (LPCSTR nm)
16301626{
1631- // ïðîâåðèòü íóæíî ëè ïåðåñêàíèðîâàòü ïóòè
16321627 check_pathes ();
16331628
16341629 files_it I = file_find_it (nm);
@@ -1637,7 +1632,6 @@ u32 CLocatorAPI::get_file_age(LPCSTR nm)
16371632
16381633void CLocatorAPI::set_file_age (LPCSTR nm, u32 age)
16391634{
1640- // ïðîâåðèòü íóæíî ëè ïåðåñêàíèðîâàòü ïóòè
16411635 check_pathes ();
16421636
16431637 // set file
0 commit comments