Difference for server/move.c from version 1.7 to 1.8


version 1.7 version 1.8
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_move_c =   * static char *rcsid_move_c =
  *    "$Id: move.c,v 1.7 2001/08/05 05:07:20 mwedel Exp $";   *    "$Id: move.c,v 1.8 2001/08/27 16:47:47 gros Exp $";
  */   */
   
 /*  /*
Line 79
 
Line 79
  hit_player(tmp_ob,5,op,AT_PHYSICAL); /* Tear down the earthwall */   hit_player(tmp_ob,5,op,AT_PHYSICAL); /* Tear down the earthwall */
  return 0;   return 0;
      }       }
               tmp_ob = tmp_ob->above;
  }   }
     }      }
     if (op->will_apply&8 ) {      if (op->will_apply&8 ) {
Line 88
 
Line 89
  hit_player(tmp_ob,9999,op,AT_PHYSICAL); /* Tear down the earthwall */   hit_player(tmp_ob,9999,op,AT_PHYSICAL); /* Tear down the earthwall */
  return 0;   return 0;
      }       }
               tmp_ob = tmp_ob->above;
  }   }
     }      }
   


Legend:
line(s) removed in v.1.7 
line(s) changed
 line(s) added in v.1.8

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