bspxentry_t: make lumpdata a uint8_t*

This commit is contained in:
Eric Wasylishen 2021-10-02 17:56:45 -06:00
parent 9e9e21eaae
commit a871b55419
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@ typedef struct {
typedef struct bspxentry_s
{
char lumpname[24];
const void *lumpdata;
const uint8_t *lumpdata;
size_t lumpsize;
struct bspxentry_s *next;