mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 12:14:54 +01:00
Fix another C0000005 in the overlay.
This commit is contained in:
parent
38cbfb3be9
commit
7d0555b6ee
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ void Steam_Overlay::populate_initial_profile_images(CSteamID id = k_steamIDNil)
|
|||
bool Steam_Overlay::LoadProfileImage(const CSteamID & id, const int eAvatarSize) {
|
||||
bool ret = false;
|
||||
Profile_Image_Set new_images;
|
||||
Profile_Image_Set old_images;
|
||||
memset(&new_images, '\0', sizeof(Profile_Image_Set));
|
||||
|
||||
ret = LoadProfileImage(id, eAvatarSize, new_images);
|
||||
if (ret == true) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue