chore: add empty space for formatting

This commit is contained in:
CosminPerRam
2025-05-28 02:09:06 +03:00
committed by EricS-Valve
parent e8e0fdbcd4
commit 954d02e42c

View File

@@ -88,7 +88,7 @@ void CEntityBird::SpawnRandomBirds( void )
if ( !pszMapName || !pszMapName[0] )
return;
KeyValuesAD pFileKV("birds" );
KeyValuesAD pFileKV( "birds" );
if ( !pFileKV->LoadFromFile( g_pFullFileSystem, "scripts/birds.txt", "MOD" ) )
return;