lsteamclient: Copy the m_hSteamUser member in callback_message_utow.

This commit is contained in:
Rémi Bernon
2024-01-17 22:13:51 +01:00
committed by Arkadiusz Hiler
parent 5f9603eb23
commit 457407ffd5
2 changed files with 2 additions and 0 deletions

View File

@@ -18788,6 +18788,7 @@ void callback_message_utow( const u_CallbackMsg_t *u_msg, w_CallbackMsg_t *w_msg
}
#undef MAKE_CASE
w_msg->m_hSteamUser = u_msg->m_hSteamUser;
w_msg->m_iCallback = u_msg->m_iCallback;
w_msg->m_cubParam = len;
}