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

Comparing deliantra/server/common/anim.C (file contents):
Revision 1.25 by root, Mon May 28 21:21:39 2007 UTC vs.
Revision 1.26 by root, Mon Jun 4 13:03:59 2007 UTC

165 /* This block covers monsters (eg, pixies) which are supposed to 165 /* This block covers monsters (eg, pixies) which are supposed to
166 * cycle from visible to invisible and back to being visible. 166 * cycle from visible to invisible and back to being visible.
167 * as such, disable it for players, as then players would become 167 * as such, disable it for players, as then players would become
168 * visible. 168 * visible.
169 */ 169 */
170 else if (op->type != PLAYER && op->arch->clone.flag [FLAG_ALIVE]) 170 else if (op->type != PLAYER && op->arch->flag [FLAG_ALIVE])
171 { 171 {
172 if (op->face == 0) 172 if (op->face == 0)
173 { 173 {
174 op->invisible = 1; 174 op->invisible = 1;
175 CLEAR_FLAG (op, FLAG_ALIVE); 175 CLEAR_FLAG (op, FLAG_ALIVE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines