29 Apr
2003
29 Apr
'03
6:18 p.m.
On Tuesday 29 April 2003 06:30 pm, Tim Wegner wrote:
Enumerated types are just integers. If not given values, the first one is zero, and each subsequent one is one more. I believe this is standard behavior, but if not it is possible to force the values. I kind of doubt this is the real source of the problem, but I'd have to check the code to see.
Which exact version has the problem? I can have a look.
I'm using the float-only version of Xfractint, which has been indented. However, Xfractint has had the problem for quite a while. At this point, all I know is that coming_from is getting a value over 100, when it should be between 0 and 3. Inserting code that does &3 helps, but doesn't entirely solve the problem. Jonathan