mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 06:31:56 +00:00
comment out the "Converting 8to24" message
This commit is contained in:
parent
32f47abe81
commit
49fb4b7dcf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue