mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-24 05:26:08 +00:00
purge unused winapi stubs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user