Difference for server/c_wiz.c from version 1.23 to 1.24


version 1.23 version 1.24
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.23 2002/09/07 22:08:07 mwedel Exp $";   *   "$Id: c_wiz.c,v 1.24 2002/09/23 06:27:54 mwedel Exp $";
  */   */
   
 /*  /*
Line 108
 
Line 108
  strcpy(op->contr->killer,"left");   strcpy(op->contr->killer,"left");
  check_score(op); /* Always check score */   check_score(op); /* Always check score */
  (void)save_player(op,0);   (void)save_player(op,0);
  play_again(op);  
  op->map->players--;   op->map->players--;
 #if MAP_MAXTIMEOUT  #if MAP_MAXTIMEOUT
  op->map->timeout = MAP_TIMEOUT(op->map);   op->map->timeout = MAP_TIMEOUT(op->map);
 #endif  #endif
    play_again(op);
       }        }
   return 1;    return 1;
 }  }


Legend:
line(s) removed in v.1.23 
line(s) changed
 line(s) added in v.1.24

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