On 11/06/06, Stefan Dösinger stefan@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?