SteamAPI_Shutdown actually does something now.

This commit is contained in:
Mr_Goldberg
2019-08-03 18:58:23 -04:00
parent f4ab249f36
commit bf4847452e
3 changed files with 8 additions and 0 deletions

View File

@ -421,6 +421,11 @@ void Steam_Client::serverShutdown()
server_init = false;
}
void Steam_Client::clientShutdown()
{
user_logged_in = false;
}
void Steam_Client::setAppID(uint32 appid)
{
std::lock_guard<std::recursive_mutex> lock(global_mutex);