Difference for server/player.c from version 1.112 to 1.113


version 1.112 version 1.113
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_c =   * static char *rcsid_player_c =
  *   "$Id: player.c,v 1.112 2002/12/25 06:45:46 garbled Exp $";   *   "$Id: player.c,v 1.113 2002/12/27 08:37:41 mwedel Exp $";
  */   */
   
 /*  /*
Line 1767
 
Line 1767
  * on the space   * on the space
  */   */
  while (tmp!=NULL) {   while (tmp!=NULL) {
      if (tmp == op) continue;       if (tmp == op) {
    tmp=tmp->above;
    continue;
        }
      if (QUERY_FLAG(tmp,FLAG_ALIVE)) {       if (QUERY_FLAG(tmp,FLAG_ALIVE)) {
  mon = tmp;   mon = tmp;
  break;   break;


Legend:
line(s) removed in v.1.112 
line(s) changed
 line(s) added in v.1.113

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:41