Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CF: Major bug find.
- To: crossfire (at) ifi.uio.no
- Subject: CF: Major bug find.
- From: "Mark Wedel" <>
- Date: Sat, 21 Sep 1996 03:44:54 -0700
- Sender: owner-crossfire
I found the bug that was causing cones to have zero length. This should
also fix the bug of experience not being credited after a while.
The basic problem was teh the 'count' element in the object structure
was turned into a uint32 a while back, but the ownercount remained an
unsigned short. So until the 2^16's objects were created, everything
worked fine. But after that, these values would no longer match up, so
the owner could not be found - thus no experience, and no propogating
cone spells.
This is just a heads up so those of you hunting for this bug can stop.
--Mark
--
--Mark