version 1.13 | | version 1.14 |
---|
| | |
/* | | /* |
* static char *rcsid_c_object_c = | | * static char *rcsid_c_object_c = |
* "$Id: c_object.c,v 1.13 2000/11/06 23:06:47 jec Exp $"; | | * "$Id: c_object.c,v 1.14 2000/12/04 00:40:05 cvs Exp $"; |
*/ | | */ |
/* | | /* |
CrossFire, A Multiplayer game for X-windows | | CrossFire, A Multiplayer game for X-windows |
| | |
/* modified slightly to allow monsters use this -b.t. 5-31-95 */ | | /* modified slightly to allow monsters use this -b.t. 5-31-95 */ |
{ | | { |
int need_fix_tmp = 0; | | int need_fix_tmp = 0; |
object *tmp; | | object *tmp=NULL; |
mapstruct *tmp_map; | | mapstruct *tmp_map=NULL; |
int count; | | int count; |
tag_t tag; | | tag_t tag; |
| | |