Reset LastError in some functions for game devs that can't code.

This commit is contained in:
Mr_Goldberg
2022-08-11 20:52:02 -04:00
parent 0c16f1942a
commit 3abc5976e0
4 changed files with 14 additions and 0 deletions

View File

@ -588,6 +588,7 @@ uint32 create_localstorage_settings(Settings **settings_client_out, Settings **s
*settings_server_out = settings_server;
*local_storage_out = local_storage;
reset_LastError();
return appid;
}