mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2026-08-03 20:24:36 +02:00
Update Formatting to match Valve formatting
This commit is contained in:
@@ -157,7 +157,7 @@ void CTFProjectile_Rocket::Deflected( CBaseEntity *pDeflectedBy, Vector &vecDir
|
||||
if ( pOldOwner == nullptr )
|
||||
{
|
||||
CBaseObject* pBaseObject = dynamic_cast< CBaseObject* >( GetOwnerEntity() );
|
||||
if (pBaseObject && pBaseObject->GetOwner() )
|
||||
if ( pBaseObject && pBaseObject->GetOwner() )
|
||||
{
|
||||
pOldOwner = ToTFPlayer( pBaseObject->GetOwner() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user