comment out the "Converting 8to24" message

This commit is contained in:
Bill Currie 2000-01-19 08:33:15 +00:00
parent 32f47abe81
commit 49fb4b7dcf
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ void VID_SetPalette (unsigned char *palette)
//
// 8 8 8 encoding
//
Con_Printf("Converting 8to24\n");
// Con_Printf("Converting 8to24\n");
pal = palette;
table = d_8to24table;