Added file to disable overlay

Disable the overlay by creating a file disable_overlay.txt next to steam_api.dll
This commit is contained in:
Nemirtingas 2019-11-08 15:57:04 +01:00
parent 547cbdbb4e
commit c8288d6bf3
3 changed files with 9 additions and 3 deletions

View file

@ -124,6 +124,7 @@ public:
Steam_Overlay* steam_overlay;
bool enable_overlay = true;
bool user_logged_in = false;
bool server_init = false;
std::thread background_keepalive;