Fix build.

This commit is contained in:
Mr_Goldberg 2020-02-09 09:33:51 -05:00
parent 40b9b0ef3d
commit 1e7c3cd7e1
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
1 changed files with 1 additions and 1 deletions

View File

@ -1073,7 +1073,7 @@ void Callback(Common_Message *msg)
if (msg->has_friend_messages()) {
if (msg->friend_messages().type() == Friend_Messages::LOBBY_INVITE) {
PRINT_DEBUG("Steam_Friends Got Lobby Invite\n");
Friend *f = find_friend(msg->source_id());
Friend *f = find_friend((uint64)msg->source_id());
if (f) {
LobbyInvite_t data;
data.m_ulSteamIDUser = msg->source_id();