version 1.10 | | version 1.11 |
---|
| | |
/* | | /* |
* static char *rcsid_build_map = | | * static char *rcsid_build_map = |
* "$Id: build_map.c,v 1.10 2005/11/05 21:32:17 ryo_saeba Exp $"; | | * "$Id: build_map.c,v 1.11 2006/04/06 21:18:35 tchize Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
return -1; | | return -1; |
} | | } |
| | |
force = get_archetype( FORCE_NAME ); | | force = create_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 ); |