version 1.39 | | version 1.40 |
---|
| | |
| | |
/* | | /* |
* static char *rcsid_loop_c = | | * static char *rcsid_loop_c = |
* "$Id: loop.c,v 1.39 2006/01/30 17:00:34 cavesomething Exp $"; | | * "$Id: loop.c,v 1.40 2006/02/07 07:54:46 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
if(pl->last_weight != WEIGHT(pl->ob)) | | if(pl->last_weight != WEIGHT(pl->ob)) |
LOG(llevError, "esrv_update_item(UPD_WEIGHT) did not set player weight: is %lu, should be %lu\n", (unsigned long)pl->last_weight, WEIGHT(pl->ob)); | | LOG(llevError, "esrv_update_item(UPD_WEIGHT) did not set player weight: is %lu, should be %lu\n", (unsigned long)pl->last_weight, WEIGHT(pl->ob)); |
} | | } |
if (pl->ob->map && pl->ob->map->in_memory==MAP_IN_MEMORY) | | /* draw_client_map does sanity checking that map is |
| | * valid, so don't do it here. |
| | */ |
draw_client_map(pl->ob); | | draw_client_map(pl->ob); |
if (pl->socket.update_look) esrv_draw_look(pl->ob); | | if (pl->socket.update_look) esrv_draw_look(pl->ob); |
} | | } |