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

Comparing deliantra/server/server/skill_util.C (file contents):
Revision 1.68 by root, Thu Sep 25 22:58:13 2008 UTC vs.
Revision 1.69 by root, Sun Nov 16 03:52:13 2008 UTC

896 /* lose invisiblity/hiding status for running attacks */ 896 /* lose invisiblity/hiding status for running attacks */
897 if (pl->tmp_invis) 897 if (pl->tmp_invis)
898 { 898 {
899 pl->tmp_invis = 0; 899 pl->tmp_invis = 0;
900 op->invisible = 0; 900 op->invisible = 0;
901 op->hide = 0; 901 op->flag [FLAG_HIDDEN] = 0;
902 update_object (op, UP_OBJ_CHANGE); 902 update_object (op, UP_OBJ_CHANGE);
903 } 903 }
904 } 904 }
905 905
906 int success = attack_ob (tmp, op); 906 int success = attack_ob (tmp, op);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines