version 1.3 | | version 1.4 |
---|
| | |
/* | | /* |
* static char *rcsid_build_map = | | * static char *rcsid_build_map = |
* "$Id: build_map.c,v 1.3 2004/05/16 08:42:51 ryo_saeba Exp $"; | | * "$Id: build_map.c,v 1.4 2005/07/19 20:59:34 ryo_saeba Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
return -1; | | return -1; |
} | | } |
| | |
force = get_archetype( "force" ); | | force = get_archetype( FORCE_NAME ); |
force->speed = 0; | | force->speed = 0; |
update_ob_speed( force ); | | update_ob_speed( force ); |
force->slaying = add_string( pl->map->path ); | | force->slaying = add_string( pl->map->path ); |