version 1.23 | | version 1.24 |
---|
| | |
/* | | /* |
* static char *rcsid_disease_c = | | * static char *rcsid_disease_c = |
* "$Id: disease.c,v 1.23 2003/01/08 08:39:20 mwedel Exp $"; | | * "$Id: disease.c,v 1.24 2003/01/08 19:30:09 garbled Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
| | |
/* searches around for more victims to infect */ | | /* searches around for more victims to infect */ |
int check_infection(object *disease) { | | int check_infection(object *disease) { |
int x,y,range, mflags;; | | int x,y,range, mflags; |
struct mapdef *map; | | mapstruct *map; |
object *tmp; | | object *tmp; |
sint16 i,j; | | sint16 i,j; |
| | |