Difference for crossedit/Attr.c from version 1.17 to 1.18


version 1.17 version 1.18
Line 185
 
Line 185
 static void getSacrifice (object *ob, char *str, XtPointer c) {  static void getSacrifice (object *ob, char *str, XtPointer c) {
     if(!ob->slaying || !*ob->slaying) {      if(!ob->slaying || !*ob->slaying) {
  if(!ob->arch->clone.slaying)   if(!ob->arch->clone.slaying)
      LOG(llevError,"missing sacriface for altar");       LOG(llevError,"missing sacriface for altar\n");
  strcpy (str, ob->arch->clone.slaying);   strcpy (str, ob->arch->clone.slaying);
     } else      } else
  strcpy (str, ob->slaying);   strcpy (str, ob->slaying);


Legend:
line(s) removed in v.1.17 
line(s) changed
 line(s) added in v.1.18

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:48