Comment out stray PK3 blockmap message

This commit is contained in:
mazmazz 2018-12-20 01:11:07 -05:00
parent 1029463741
commit 78501dcd0c
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;