https://bugs.winehq.org/show_bug.cgi?id=51139
--- Comment #15 from ms mst.misc@arcor.de --- (In reply to ms from comment #13)
(In reply to Henri Verbeet from comment #12)
Does it also help if you replace "if (isnan(t)) return TRUE;" with "if (isnan(t)) t = 0.0f;"?
i don't see any difference...
i mean, no difference between those 2 changes, both fix the loop.