Christian Costa wrote:
Modified files : dlls/ddraw/d3ddevice/mesa.c Changelog : Handle D3DLIGHTSTATE_COLORVERTEX to prevent SetLightState to fail. Christian Costa titan.costa@wanadoo.fr ------------------------------------------------------------------------ --- ../../winebase/wine/dlls/ddraw/d3ddevice/mesa.c Sun Dec 1 22:18:25 2002 +++ dlls/ddraw/d3ddevice/mesa.c Sun Dec 1 11:59:53 2002 @@ -578,6 +578,7 @@ UNSUP(FOGSTART); UNSUP(FOGEND); UNSUP(FOGDENSITY); + UNSUP(COLORVERTEX); #undef UNSUP default:
I forgot to mentionned it is based on Lionel's latest patch.