version 1.10 | | version 1.11 |
---|
| | |
/*** 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, 1); |
} | | } |
| | |
/*** 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, 1); |
} | | } |
| | |
/*** unique ***/ | | /*** unique ***/ |