improvements on fpc

This commit is contained in:
2026-01-01 02:14:54 +02:00
parent 773a541199
commit 0b8fb15420
31 changed files with 143 additions and 82 deletions

View File

@@ -58,7 +58,12 @@ const char *CINISection::GetStringValue( const char *szKeyName )
CUtlString CINISection::GetUTLStringValue( const char *szKeyName )
{
for (auto &value: m_values)
{
if (value->m_szKey == szKeyName)
return value->m_szData;
}
return 0;
}
class CINIFile: public IINIFile

Binary file not shown.

Binary file not shown.