This commit is contained in:
FutureRave 2023-02-11 00:06:18 +00:00
parent 0f2f9489ab
commit b07ab0b2ca
No known key found for this signature in database
GPG Key ID: 22F9079C86CFAB31

View File

@ -147,7 +147,7 @@ namespace gsc
void g_scr_load_scripts_stub()
{
cd char path[game::native::MAX_OSPATH]{};
char path[game::native::MAX_OSPATH]{};
auto num_files = 0;
auto** files = file_system::list_files("scripts/", "gsc", game::native::FS_LIST_ALL, &num_files, 10);