mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-10 06:38:34 +01:00
Fix build.
This commit is contained in:
parent
40b9b0ef3d
commit
1e7c3cd7e1
1 changed files with 1 additions and 1 deletions
|
@ -1073,7 +1073,7 @@ void Callback(Common_Message *msg)
|
||||||
if (msg->has_friend_messages()) {
|
if (msg->has_friend_messages()) {
|
||||||
if (msg->friend_messages().type() == Friend_Messages::LOBBY_INVITE) {
|
if (msg->friend_messages().type() == Friend_Messages::LOBBY_INVITE) {
|
||||||
PRINT_DEBUG("Steam_Friends Got Lobby Invite\n");
|
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) {
|
if (f) {
|
||||||
LobbyInvite_t data;
|
LobbyInvite_t data;
|
||||||
data.m_ulSteamIDUser = msg->source_id();
|
data.m_ulSteamIDUser = msg->source_id();
|
||||||
|
|
Loading…
Reference in a new issue