On Tue, Jun 11, 2002 at 04:47:42AM -0700, Tristram Wulfschlaeger wrote:
> Care to help me hash through my three remaining fatals?
> 
> Error: illegal type
> db.c line 2600  pMem += sizeof(*magic);
> 
> Error: illegal type
> db.c line 2616  pMem -= sizeof(*magic);

Change void *pMem into char *pMem and it might go away.

> Errir: local data >32k
> skills.c line 373

That's not MacOS/X, is it? :-(

Anyway, I don't know how to solve this one. But if you look at
http://www.bespecific.com/dialog/bedevtalk/archive/971124/0030.html
you might get a clue.

But I think it's related to:
    char spell_list[LEVEL_HERO + 1][MAX_STRING_LENGTH];

Edwin

-- 
Edwin Groothuis      |           Personal website: http://www.MavEtJu.org
[EMAIL PROTECTED]    |        Interested in MUDs? Visit Fatal Dimensions:
bash$ :(){ :|:&};:   |                    http://www.FatalDimensions.org/

Reply via email to