12 Jun
2006
12 Jun
'06
8:51 a.m.
On 11/06/06, Stefan Dösinger <stefan(a)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?