Unused code in fskills.c
< Newer Topic
:: Older Topic >
Pages:<< prev 1 next >>
#1 Oct 21, 2011 7:43 pm
Last edited Oct 21, 2011 7:44 pm by ayuri
Magician
GroupMembers
Posts239
JoinedJun 13, 2008
In fskills.c about line 490, you should see
The || victim->force_identified == 2 part isn't needed.
As far as I can tell nothing is looking for a value beyond -1, 0, or 1 concerning force_identified .
ayuri
else if( victim->force_identified == 1 || victim->force_identified == 2 )
The || victim->force_identified == 2 part isn't needed.
As far as I can tell nothing is looking for a value beyond -1, 0, or 1 concerning force_identified .
ayuri
Pages:<< prev 1 next >>