On 18 June 2013 09:12, Henri Verbeet hverbeet@gmail.com wrote:
On 17 June 2013 22:53, Stefan Dösinger stefan@codeweavers.com wrote:
if (isnan(fogstart) || isinf(fogstart) || isinf(-fogstart))
You should only need one isinf() here, it's not supposed to care about the sign.
And actually, the isnan() should never happen either, because NAN != NAN.