mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 01:01:59 +00:00
Replace MSVC __debugbreak with cross-compiler DEBUG_BREAK macro. (#1540)
This commit is contained in:
@@ -299,7 +299,7 @@ void RegionFile::write(int x, int z, byte *data, int length) // TODO - was sync
|
||||
#ifndef _CONTENT_PACKAGE
|
||||
if(sectorNumber < 0)
|
||||
{
|
||||
__debugbreak();
|
||||
DEBUG_BREAK();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user