PATCH: Small fix in SetLighState

Christian Costa titan.costa at wanadoo.fr
Sun Dec 1 15:32:45 CST 2002


Modified files :
dlls/ddraw/d3ddevice/mesa.c

Changelog :
Handle D3DLIGHTSTATE_COLORVERTEX to prevent SetLightState to fail.

Christian Costa   titan.costa at wanadoo.fr

-------------- next part --------------
--- ../../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:


More information about the wine-patches mailing list