Am Montag, 12. Juni 2006 10:51 schrieb H. Verbeet:
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?
Right...