mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
game: fix death icon in hl2mp (hrgve/hl2dm-bugfix@6f7337d3f2)
This commit is contained in:
parent
27339449c0
commit
8a366537e7
@ -727,6 +727,11 @@ void CHL2MPRules::DeathNotice( CBasePlayer *pVictim, const CTakeDamageInfo &info
|
|||||||
killer_weapon_name = "physics";
|
killer_weapon_name = "physics";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( strstr( killer_weapon_name, "physbox" ) )
|
||||||
|
{
|
||||||
|
killer_weapon_name = "physics";
|
||||||
|
}
|
||||||
|
|
||||||
if ( strcmp( killer_weapon_name, "prop_combine_ball" ) == 0 )
|
if ( strcmp( killer_weapon_name, "prop_combine_ball" ) == 0 )
|
||||||
{
|
{
|
||||||
killer_weapon_name = "combine_ball";
|
killer_weapon_name = "combine_ball";
|
||||||
@ -1277,4 +1282,4 @@ const char *CHL2MPRules::GetChatFormat( bool bTeamOnly, CBasePlayer *pPlayer )
|
|||||||
return pszFormat;
|
return pszFormat;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user