feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
|
|
@ -92,14 +92,14 @@ SteamTracker::SteamTracker() {
|
|||
|
||||
if (steam_init_flat_function) {
|
||||
char err_msg[1024] = {};
|
||||
steam_initalized = (steam_init_flat_function(&err_msg[0]) == SteamAPIInitResult_OK);
|
||||
steam_initialized = (steam_init_flat_function(&err_msg[0]) == SteamAPIInitResult_OK);
|
||||
} else if (steam_init_function) {
|
||||
steam_initalized = steam_init_function();
|
||||
steam_initialized = steam_init_function();
|
||||
}
|
||||
}
|
||||
|
||||
SteamTracker::~SteamTracker() {
|
||||
if (steam_shutdown_function && steam_initalized) {
|
||||
if (steam_shutdown_function && steam_initialized) {
|
||||
steam_shutdown_function();
|
||||
}
|
||||
if (steam_library_handle) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue