mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 08:48:18 +00:00
replace __debugbreak with assert, fix full build
This commit is contained in:
@@ -102,7 +102,7 @@ std::vector<uint8_t> ArchiveFile::getFile(const std::wstring& filename) {
|
||||
app.DebugPrintf("Failed to find file '%ls' in archive\n",
|
||||
filename.c_str());
|
||||
#if !defined(_CONTENT_PACKAGE)
|
||||
__debugbreak();
|
||||
assert(0);
|
||||
#endif
|
||||
app.FatalLoadError();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user