early-access version 2847

This commit is contained in:
pineappleEA
2022-07-19 05:48:31 +02:00
parent ba74a2373c
commit 05e3c38e7f
498 changed files with 16027 additions and 27028 deletions

View File

@@ -41,7 +41,7 @@ SDL_LoadObject(const char *sofile)
PSZ pszModName;
if (!sofile) {
SDL_InvalidParamError("sofile");
SDL_SetError("NULL sofile");
return NULL;
}

View File

@@ -36,7 +36,7 @@ SDL_LoadObject(const char *sofile)
LPTSTR tstr;
if (!sofile) {
SDL_InvalidParamError("sofile");
SDL_SetError("NULL sofile");
return NULL;
}
tstr = WIN_UTF8ToString(sofile);