Fix crash with flat api.

This commit is contained in:
Mr_Goldberg 2022-05-23 01:30:36 -04:00
parent a0e558ed4c
commit a8c03fe8cd
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ ISteamGameServer *Steam_Client::GetISteamGameServer( HSteamUser hSteamUser, HSte
} else if (strcmp(pchVersion, "SteamGameServer012") == 0) {
return (ISteamGameServer *)(void *)(ISteamGameServer012 *)steam_gameserver;
} else if (strcmp(pchVersion, "SteamGameServer013") == 0) {
gameserver_has_ipv6_functions = true;
return (ISteamGameServer *)(void *)(ISteamGameServer013 *)steam_gameserver;
} else if (strcmp(pchVersion, STEAMGAMESERVER_INTERFACE_VERSION) == 0) {
gameserver_has_ipv6_functions = true;