common: add message to LoadBSPFile
This commit is contained in:
parent
8b8cc4a37a
commit
8429017ea4
|
|
@ -1123,6 +1123,8 @@ LoadBSPFile(char *filename, bspdata_t *bspdata)
|
|||
uint32_t bspxofs, flen;
|
||||
const bspx_header_t *bspx;
|
||||
|
||||
logprint("LoadBSPFile: '%s'\n", filename);
|
||||
|
||||
/* load the file header */
|
||||
flen = LoadFilePak(filename, &header);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue