Skip to content
Snippets Groups Projects
Commit fb182369 authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Merge branch 'stand(alone)-lump-comedy' into 'master'

Stand(alone) lump comedy

See merge request STJr/SRB2!499
parents 96b12f09 bc2804d3
No related branches found
No related tags found
No related merge requests found
......@@ -334,7 +334,6 @@ static restype_t ResourceFileDetect (const char* filename)
static lumpinfo_t* ResGetLumpsStandalone (FILE* handle, UINT16* numlumps, const char* lumpname)
{
lumpinfo_t* lumpinfo = Z_Calloc(sizeof (*lumpinfo), PU_STATIC, NULL);
lumpinfo = Z_Calloc(sizeof (*lumpinfo), PU_STATIC, NULL);
lumpinfo->position = 0;
fseek(handle, 0, SEEK_END);
lumpinfo->size = ftell(handle);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment