purge unused winapi stubs

This commit is contained in:
Tropical
2026-04-01 00:56:17 -05:00
parent f047de62e2
commit 181b697327
3 changed files with 3 additions and 156 deletions

View File

@@ -1197,7 +1197,7 @@ bool ConsoleSaveFileSplit::GetNumericIdentifierFromName(
}
}
// Get x/z coords
swscanf_s(body, L"%d.%d.mcr", &x, &z);
swscanf(body, L"%d.%d.mcr", &x, &z);
// Pack full id
// 4jcraft added cast to unsigned