Merge branch 'pk3-stray-blockmap-msg' into 'master'

Comment out stray PK3 blockmap message

See merge request STJr/SRB2!399
This commit is contained in:
Digiku 2018-12-20 01:11:44 -05:00
commit 722ceb5285
1 changed files with 1 additions and 1 deletions

View File

@ -2000,7 +2000,7 @@ static boolean P_LoadRawBlockMap(UINT8 *data, size_t count, const char *lumpname
if (!count || count >= 0x20000)
return false;
CONS_Printf("Reading blockmap lump for pk3...\n");
//CONS_Printf("Reading blockmap lump for pk3...\n");
// no need to malloc anything, assume the data is uncompressed for now
count /= 2;