mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Fully remove hsStlUtils, as it is now completely unused
This commit is contained in:
@ -301,7 +301,7 @@ void plNetLinkingMgr::SetEnabled( bool b )
|
||||
std::string plNetLinkingMgr::GetProperAgeName( const char * ageName )
|
||||
{
|
||||
plNetClientMgr * nc = plNetClientMgr::GetInstance();
|
||||
hsFolderIterator it("dat"PATH_SEPARATOR_STR"*.age", true);
|
||||
hsFolderIterator it("dat" PATH_SEPARATOR_STR "*.age", true);
|
||||
while ( it.NextFile() )
|
||||
{
|
||||
std::string work = it.GetFileName();
|
||||
|
Reference in New Issue
Block a user