On Sun, Aug 19, 2007 at 11:31:56AM -0700, S'orlok Reaves wrote: > > Hooray! However.... > > mapsubs.bas(1487) : error 59: Illegal inside a SUB or > FUNCTION, before: ')' > > DIM destdoor() as door > ^ > > ...occurs when I try to compile CUSTOM, after a full > update. (GAME compiles fine) > > (-> SR
Hmmm... That syntax only works in FreeBasic >= 0.16 I really don't like the way the door memory is handled. It allocates an empty array of doors and an empty array of doorlinks, and then the arrays get REDIMed inside DeSerDoorLinks and DeSerDoors. --- James Paige _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
