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

Comparing deliantra/server/common/living.C (file contents):
Revision 1.119 by root, Thu Apr 15 04:56:46 2010 UTC vs.
Revision 1.120 by root, Fri Apr 30 09:36:32 2010 UTC

938 this->set_flag (FLAG_UNDEAD); 938 this->set_flag (FLAG_UNDEAD);
939 939
940 //TODO: copy_flags? 940 //TODO: copy_flags?
941 if (tmp->flag [FLAG_MAKE_INVIS]) 941 if (tmp->flag [FLAG_MAKE_INVIS])
942 { 942 {
943 this->set_flag (FLAG_MAKE_INVIS); 943 set_flag (FLAG_MAKE_INVIS);
944 invisible = 1; 944 invisible = 1;
945 } 945 }
946 946
947 if (tmp->stats.exp && tmp->type != SKILL) 947 if (tmp->stats.exp && tmp->type != SKILL)
948 { 948 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines