version 1.87 | version 1.88 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_time_c = | * static char *rcsid_time_c = | |||
* "$Id: time.c,v 1.87 2006/03/18 15:05:37 ryo_saeba Exp $"; | * "$Id: time.c,v 1.88 2006/04/06 21:18:36 tchize Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
/* if we didn't find our own MARK */ | /* if we didn't find our own MARK */ | |||
if(tmp2==NULL) { | if(tmp2==NULL) { | |||
object *force = get_archetype(FORCE_NAME); | object *force = create_archetype(FORCE_NAME); | |||
force->speed = 0; | force->speed = 0; | |||
if(op->stats.food) { | if(op->stats.food) { |
Legend:
|