Re: [gl-dev] Re: ui for config editor
Status: Beta
Brought to you by:
ddribin
From: Dave D. <da...@dr...> - 2002-12-27 20:14:51
|
On Fri, Dec 27, 2002 at 02:24:56PM -0600, Landshark wrote: > On Fri, Dec 27, 2002 at 01:40:42PM -0600, Dave Dribin wrote: > > On Fri, Dec 27, 2002 at 01:22:44PM -0600, Landshark wrote: > > > Does Allegro's ini routines keep comments intact? > > > > Yeah. > > Oh. I thought it didn't. Damn, I'll just use those then. No sense > rewriting. Yeah, one of theodd things is that you cannot access multiple files at once. You have this stack of config files and can only access the one on the top of the stack. It's quite strange, but it does the job. -Dave |