version 1.101 | | version 1.102 |
---|
| | |
/* | | /* |
* static char *rcsid_main_c = | | * static char *rcsid_main_c = |
* "$Id: main.c,v 1.101 2005/10/18 16:54:31 gros Exp $"; | | * "$Id: main.c,v 1.102 2005/10/28 19:08:53 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
static void enter_random_template_map(object *pl, object *exit_ob) | | static void enter_random_template_map(object *pl, object *exit_ob) |
{ | | { |
mapstruct *new_map; | | mapstruct *new_map; |
char *cp, tmpnum[32], resultname[HUGE_BUF], tmpstring[HUGE_BUF]; | | char tmpnum[32], resultname[HUGE_BUF], tmpstring[HUGE_BUF]; |
const char *new_map_name; | | const char *new_map_name; |
static int reference_number = 0; | | |
RMParms rp; | | RMParms rp; |
| | |
sprintf(tmpnum ,"%d", exit_ob->x); | | sprintf(tmpnum ,"%d", exit_ob->x); |