Difference for server/main.c from version 1.76 to 1.77


version 1.76 version 1.77
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_main_c =   * static char *rcsid_main_c =
  *    "$Id: main.c,v 1.76 2003/09/13 05:02:11 mwedel Exp $";   *    "$Id: main.c,v 1.77 2004/03/12 19:04:15 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 140
 
Line 140
   new_draw_info(NDI_UNIQUE, 0,op,buf);    new_draw_info(NDI_UNIQUE, 0,op,buf);
   new_draw_info(NDI_UNIQUE, 0,op,"Press `?' for help");    new_draw_info(NDI_UNIQUE, 0,op,"Press `?' for help");
   new_draw_info(NDI_UNIQUE, 0,op," ");    new_draw_info(NDI_UNIQUE, 0,op," ");
   new_draw_info_format(NDI_UNIQUE | NDI_ALL, 5, op,    new_draw_info_format(NDI_UNIQUE | NDI_ALL | NDI_DK_ORANGE, 5, op,
  "%s entered the game.",op->name);   "%s entered the game.",op->name);
   if(!op->contr->name_changed) {    if(!op->contr->name_changed) {
     new_draw_info(NDI_UNIQUE, 0,op,"Note that you must set your name with the name");      new_draw_info(NDI_UNIQUE, 0,op,"Note that you must set your name with the name");
Line 1061
 
Line 1061
  }   }
  pl->ob->type = DEAD_OBJECT; /* To avoid problems with inventory window */   pl->ob->type = DEAD_OBJECT; /* To avoid problems with inventory window */
     }      }
   if (pl!=NULL && draw_exit) new_draw_info(NDI_UNIQUE | NDI_ALL, 5, NULL, buf);    if (pl!=NULL && draw_exit) new_draw_info(NDI_UNIQUE | NDI_ALL | NDI_DK_ORANGE, 5, NULL, buf);
 }  }
   
 int forbid_play()  int forbid_play()


Legend:
line(s) removed in v.1.76 
line(s) changed
 line(s) added in v.1.77

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