WineD3D: Fog fixes, try 2

H. Verbeet hverbeet at gmail.com
Mon Jun 12 03:51:47 CDT 2006


On 11/06/06, Stefan Dösinger <stefan at codeweavers.com> wrote:
>+                    BOOL warned = FALSE;
>+                    if(!warned) {
>+                        /* TODO: Use the fog table code from old ddraw */
>+                        FIXME("Implement fog for transformed
vertices in software\n");
>+                        warned = TRUE;
>+                    }
Shouldn't "warned" be static here? Or am I misunderstanding what this
is supposed to do?



More information about the wine-devel mailing list