Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!jarthur!nntp-server.caltech.edu!tybalt.caltech.edu!walton From: walton@tybalt.caltech.edu (Steve Walton) Newsgroups: comp.sys.amiga.tech Subject: Re: MANX 5.0 Bugs Keywords: BUGS Message-ID: <1990Jun13.022216.202@laguna.ccsf.caltech.edu> Date: 13 Jun 90 02:22:16 GMT References: <9281@hubcap.clemson.edu> Sender: news@laguna.ccsf.caltech.edu Organization: California Institute of Technology Lines: 11 cg377170@cygnus.uucp (Corey Gehman) writes: > for (i=1;i<=MAX_MONS_LEVEL; i++) > m_level[i] += m_level[i-1]; Maybe this is obvious, but: you do know this code, as posted, needs the m_level array to be declared as m_level[MAX_MONS_LEVEL+1], right? -- Stephen Walton, srw@csun.edu, Cal State Northridge posting from Caltech until my feed is fixed