Difference for socket/loop.c from version 1.39 to 1.40


version 1.39 version 1.40
Line 1
 
Line 1
   
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 711
 
Line 711
      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);
      }       }


Legend:
line(s) removed in v.1.39 
line(s) changed
 line(s) added in v.1.40

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:35