Difference for socket/request.c from version 1.93 to 1.94


version 1.93 version 1.94
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *    "$Id: request.c,v 1.93 2006/05/21 10:35:11 akirschbaum Exp $";   *    "$Id: request.c,v 1.94 2006/05/30 07:16:23 mwedel Exp $";
  */   */
   
 /*  /*
Line 1590
 
Line 1590
       */        */
      if (m_ob->face->visibility >= t_ob->face->visibility) {       if (m_ob->face->visibility >= t_ob->face->visibility) {
  if (ob->face->visibility >= t_ob->face->visibility) {   if (ob->face->visibility >= t_ob->face->visibility) {
        if (t_ob->type == PLAYER) {
    m_ob = t_ob;
    m_layer = t_layer; 
        }
      t_ob = ob;       t_ob = ob;
      t_layer = o_layer;       t_layer = o_layer;
  }   }
      } else if (ob->face->visibility >= m_ob->face->visibility) {       } else if (ob->face->visibility >= m_ob->face->visibility) {
    if (m_ob->type != PLAYER) {
  m_ob = t_ob;   m_ob = t_ob;
  m_layer = t_layer;   m_layer = t_layer;
    }
  t_ob = ob;   t_ob = ob;
  t_layer = o_layer;   t_layer = o_layer;
      }       }


Legend:
line(s) removed in v.1.93 
line(s) changed
 line(s) added in v.1.94

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