12 Jun
2006
12 Jun
'06
11:16 a.m.
Am Montag, 12. Juni 2006 10:51 schrieb H. Verbeet:
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? Right...