version 1.13 | | version 1.14 |
---|
| | |
/* | | /* |
* static char *rcsid_sock_info_c = | | * static char *rcsid_sock_info_c = |
* "$Id: info.c,v 1.13 2003/01/17 06:23:55 mwedel Exp $"; | | * "$Id: info.c,v 1.14 2003/04/02 08:13:30 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
} | | } |
} | | } |
| | |
void draw(object *pl) { | | |
| | |
if(pl->map == NULL || pl->map->in_memory != MAP_IN_MEMORY) | | |
return; | | |
| | |
if(pl->contr->do_los) { | | |
update_los(pl); | | |
pl->contr->do_los = 0; | | |
} | | |
| | |
draw_client_map(pl); | | |
} | | |
| | |
| | |
/* This does nothing now. However, in theory, we should probably send | | /* This does nothing now. However, in theory, we should probably send |
* something to the client and let the client figure out how it might want | | * something to the client and let the client figure out how it might want |