version 1.3 | version 1.4 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_special_c = | * static char *rcsid_special_c = | |||
* "$Id: special.c,v 1.3 1999/07/13 06:03:03 cvs Exp $"; | * "$Id: special.c,v 1.4 2000/05/26 09:50:47 jec Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
potion->material=M_ADAMANT; | potion->material=M_ADAMANT; | |||
fountain->x = ix; | fountain->x = ix; | |||
fountain->y = iy; | fountain->y = iy; | |||
insert_ob_in_map(fountain,map); | insert_ob_in_map(fountain,map,NULL); | |||
insert_ob_in_map(potion,map); | insert_ob_in_map(potion,map,NULL); | |||
} | } | |||
Legend:
|