Removed check for unused paletted texture extension (it failed on gffx because of this)
This commit is contained in:
parent
29a01c7c81
commit
4425729ae6
2 changed files with 0 additions and 6 deletions
|
@ -898,9 +898,6 @@ void VID_Init(unsigned char *palette)
|
|||
|
||||
VID_SetPalette(palette);
|
||||
|
||||
// Check for 3DFX Extensions and initialize them.
|
||||
//VID_Init8bitPalette();
|
||||
|
||||
Con_SafePrintf ("Video mode %dx%d initialized.\n", scr_width, scr_height);
|
||||
|
||||
vid.recalc_refdef = 1; // force a surface cache flush
|
||||
|
|
|
@ -1556,9 +1556,6 @@ void VID_Init (unsigned char *palette)
|
|||
|
||||
vid_realmode = vid_modenum;
|
||||
|
||||
// Check for 3DFX Extensions and initialize them.
|
||||
VID_Init8bitPalette();
|
||||
|
||||
vid_menudrawfn = VID_MenuDraw;
|
||||
vid_menukeyfn = VID_MenuKey;
|
||||
|
||||
|
|
Loading…
Reference in a new issue