Difference for server/main.c from version 1.102 to 1.103


version 1.102 version 1.103
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_main_c =   * static char *rcsid_main_c =
  *    "$Id: main.c,v 1.102 2005/10/28 19:08:53 akirschbaum Exp $";   *    "$Id: main.c,v 1.103 2005/11/05 14:02:31 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 316
 
Line 316
  if (i==-1) {   if (i==-1) {
      i = find_free_spot(op->arch,newmap, x, y, 1, SIZEOFFREE2+1);       i = find_free_spot(op->arch,newmap, x, y, 1, SIZEOFFREE2+1);
      if (i==-1)       if (i==-1)
  i = find_free_spot(op->arch,newmap, x, y, 1, SIZEOFFREE+1);   i = find_free_spot(op->arch,newmap, x, y, 1, SIZEOFFREE);
  }   }
  if (i != -1 ) {   if (i != -1 ) {
      x += freearr_x[i];       x += freearr_x[i];
Line 362
 
Line 362
     /* Update any golems */      /* Update any golems */
     if(op->type == PLAYER && op->contr->ranges[range_golem] != NULL) {      if(op->type == PLAYER && op->contr->ranges[range_golem] != NULL) {
  int i = find_free_spot(op->contr->ranges[range_golem]->arch,newmap,   int i = find_free_spot(op->contr->ranges[range_golem]->arch,newmap,
         x, y, 1, SIZEOFFREE+1);          x, y, 1, SIZEOFFREE);
   
  remove_ob(op->contr->ranges[range_golem]);   remove_ob(op->contr->ranges[range_golem]);
  if (i==-1) {   if (i==-1) {


Legend:
line(s) removed in v.1.102 
line(s) changed
 line(s) added in v.1.103

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