Difference for server/main.c from version 1.58 to 1.59


version 1.58 version 1.59
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_main_c =   * static char *rcsid_main_c =
  *    "$Id: main.c,v 1.58 2002/02/13 21:10:03 jbontje Exp $";   *    "$Id: main.c,v 1.59 2002/05/20 03:11:50 mwedel Exp $";
  */   */
   
 /*  /*
Line 710
 
Line 710
  if (!newmap) {   if (!newmap) {
      LOG(llevError,"enter_exit: Pathname to map does not exist! (%s)\n", op->contr->maplevel);       LOG(llevError,"enter_exit: Pathname to map does not exist! (%s)\n", op->contr->maplevel);
      newmap = ready_map_name(EMERGENCY_MAPPATH, 0);       newmap = ready_map_name(EMERGENCY_MAPPATH, 0);
        op->x = EMERGENCY_X;
        op->y = EMERGENCY_Y;
      /* If we can't load the emergency map, something is probably really       /* If we can't load the emergency map, something is probably really
       * screwed up, so bail out now.        * screwed up, so bail out now.
       */        */


Legend:
line(s) removed in v.1.58 
line(s) changed
 line(s) added in v.1.59

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