2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-03-14 06:20:22 +03:00

TESTING: fix SZ_GetSpace crash due to console overflow

This commit is contained in:
RauliTop 2022-04-08 21:45:16 +02:00
parent 2f0a402f9d
commit 3faa5e1054

View File

@ -1238,7 +1238,7 @@ void *EXT_FUNC SZ_GetSpace(sizebuf_t *buf, int length)
}
#endif // REHLDS_FIXES
Con_Printf("%s: overflow on %s\n", __func__, buffername);
Con_NetPrintf("%s: overflow on %s\n", __func__, buffername);
SZ_Clear(buf);
buf->flags |= SIZEBUF_OVERFLOWED;