[SNIPPET] bug in snippet cleric.txt

From: Angus51 (angus51@multimania.com)
Date: 12/26/00


Hello
I find a bug in cleric.txt, a snippet which you can find on
ftp.circlemud.org
You have to modify the line:
       temp1 = GET_HIT(vict) / GET_MAX_HIT(vict);
by
       temp1 = (float)GET_HIT(vict) / (float)GET_MAX_HIT(vict);
Now it works.
A+
Angus51

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 04/11/01 PDT