Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question about monster's speeds
- To: crossfire (at) ifi.uio.no,
- Subject: Re: Question about monster's speeds
- From: Mark Wedel <>
- Date: Tue, 7 Jun 1994 17:45:50 -0700
negative speed has special meaning - it basically means that the
objects speed_left should be random when it is loaded (in this way, a
bunch of orcs swing their clubs at different times).
I fixed the problem in attack.c by just using the absolute value
of op->speed for some of the calculations. This should solve the
problem.