mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Reset LastError in some functions for game devs that can't code.
This commit is contained in:
parent
0c16f1942a
commit
3abc5976e0
4 changed files with 14 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue