mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-03-28 14:56:24 +01:00
More accurate Steam_Friends::Deprecated_GetFriendGamePlayed()
This commit is contained in:
parent
186a9a6b32
commit
40a287f24b
1 changed files with 2 additions and 5 deletions
|
@ -358,11 +358,8 @@ EPersonaState Steam_Friends::GetFriendPersonaState( CSteamID steamIDFriend )
|
|||
bool Steam_Friends::Deprecated_GetFriendGamePlayed(CSteamID steamIDFriend, int32 *pnGameID, uint32 *punGameIP, uint16 *pusGamePort)
|
||||
{
|
||||
PRINT_DEBUG_ENTRY();
|
||||
if (punGameIP)
|
||||
*punGameIP = 0;
|
||||
if (pusGamePort)
|
||||
*pusGamePort = 0;
|
||||
return true;
|
||||
// TODO: real steam seems not to fill memory pointed by pnGameID
|
||||
return GetFriendGamePlayed(steamIDFriend, NULL, punGameIP, pusGamePort, NULL);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue