On 7/20/07, James Paige <[EMAIL PROTECTED]> wrote: > On Fri, Jul 20, 2007 at 11:12:03AM -0700, [EMAIL PROTECTED] wrote: > > james > > 2007-07-20 11:12:03 -0700 (Fri, 20 Jul 2007) > > 200 > > Fixed broken stat editor in hero editor. > > For some reason, UNION does not work at all so I had to write some > > big ugly blocks of CASE statements until we can find a better way > > to deal with the problem. > > --- > > Ooh... on closer examination, this UNION problem affects a lot of stuff > in GAME too. For example, when you get a level up, you stats do not > increase. > > Does UNION work in FreeBasic 0.17 (and if it doesn't work in 0.16, why > does it even compile?)
In .16, Unions themselves work fine, if I recall correctly. However, it may have had an issue with anonymous types. This issue has been resolved in .17, however, where they work perfectly. -- Mike Caron Tale of the Cave http://taleofthecave.com _______________________________________________ ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
