Crossfire Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CF: cone bug fix
Hi,
I'm not very familiar with the spell implementation, but it seems
the cone bug can be fixed by undoing one of changes made in 0.94.1.
In spell_util.c/ok_to_put_more, the line
if((QUERY_FLAG(head, FLAG_ALIVE) && head->immune & immune_stop) ||
must be replaced with
if((QUERY_FLAG(op, FLAG_ALIVE) && head->immune & immune_stop) ||
Not sure whether this has other side effects, though :-(
Christian
[to unsubscribe etc., send mail to crossfire-request@ifi.uio.no]
Follow-Ups: