mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-13 04:09:09 +00:00
add source-sdk-2013
This commit is contained in:
@@ -344,7 +344,7 @@ void CAvatarImagePanel::SetPlayer( int entindex, EAvatarSize avatarSize )
|
||||
{
|
||||
if ( pi.friendsID != 0 && steamapicontext->SteamUtils() )
|
||||
{
|
||||
CSteamID steamIDForPlayer( pi.friendsID, 1, GetUniverse(), k_EAccountTypeIndividual );
|
||||
CSteamID steamIDForPlayer( pi.friendsID, 1, steamapicontext->SteamUtils()->GetConnectedUniverse(), k_EAccountTypeIndividual );
|
||||
SetPlayer(steamIDForPlayer, avatarSize);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user