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


version 1.16 version 1.17
Line 316
 
Line 316
 /*** direction ***/  /*** direction ***/
 static void putDirection (object *ob, char *str, XtPointer c) {  static void putDirection (object *ob, char *str, XtPointer c) {
     ob->stats.maxsp = atoi(str);      ob->stats.maxsp = atoi(str);
     animate_object (ob);      animate_object (ob, ob->direction);
 }  }
   
 /*** rotation ***/  /*** rotation ***/
 static void putRotation (object *ob, char *str, XtPointer c) {  static void putRotation (object *ob, char *str, XtPointer c) {
     ob->stats.sp = atoi(str);      ob->stats.sp = atoi(str);
     animate_object (ob);      animate_object (ob, ob->direction);
 }  }
   
 /*** unique ***/  /*** unique ***/


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

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