bspxentry_t: make lumpdata a uint8_t*
This commit is contained in:
parent
9e9e21eaae
commit
a871b55419
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue