>From: George Greer <greerga@CIRCLEMUD.ORG> >Subject: Re: [CIRCLE] mana_gain() regening in leaps and bounds? >Date: Sun, 28 Apr 2002 15:37:11 -0700 > >On Sun, 28 Apr 2002, David Cole wrote: > > >in comm.c: > > if (!(pulse % (5 * PASSES_PER_SEC))) > > UpdateRacialAffs(); > > PointUpdate(); > >You're actually running PointUpdate() every cycle. PASSES_PER_SEC = 10 10 * PASSES_PER_SEC = 1 second 1 RL_SEC = 10 * PASSES_PER_SEC = 1 second you want 3 RL_SEC, not 5 * PASSES_PER_SEC _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT