ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/time.C
(Generate patch)

Comparing deliantra/server/server/time.C (file contents):
Revision 1.41 by root, Sat Mar 17 20:34:19 2007 UTC vs.
Revision 1.42 by root, Sat Mar 17 20:36:05 2007 UTC

767 if (QUERY_FLAG (tmp, FLAG_REFL_MISSILE) && (rndm (0, 99)) < (90 - op->level / 10)) 767 if (QUERY_FLAG (tmp, FLAG_REFL_MISSILE) && (rndm (0, 99)) < (90 - op->level / 10))
768 { 768 {
769 int number = op->face; 769 int number = op->face;
770 770
771 op->direction = absdir (op->direction + 4); 771 op->direction = absdir (op->direction + 4);
772 op->state = 0;
773 update_turn_face (op); 772 update_turn_face (op);
774 was_reflected = 1; /* skip normal movement calculations */ 773 was_reflected = 1; /* skip normal movement calculations */
775 } 774 }
776 else 775 else
777 { 776 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines