mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2026-01-25 08:42:36 +01:00
chore: add empty space for formatting
This commit is contained in:
committed by
EricS-Valve
parent
e8e0fdbcd4
commit
954d02e42c
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user