Difference for server/c_misc.c from version 1.13 to 1.14


version 1.13 version 1.14
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_misc_c =   * static char *rcsid_c_misc_c =
  *   "$Id: c_misc.c,v 1.13 2001/09/27 19:37:39 garbled Exp $";   *   "$Id: c_misc.c,v 1.14 2002/03/01 21:33:11 avogl Exp $";
  */   */
   
 /*  /*
Line 976
 
Line 976
 {  {
     char buf[MAX_BUF];      char buf[MAX_BUF];
   
       /* dragon players cannot change titles */
       if (op != NULL && op->type == PLAYER && strcmp(op->race, "dragon")==0) {
           new_draw_info(NDI_UNIQUE, 0, op, "Dragons cannot change titles.");
           return 1;
       }
      
     if(params == NULL) {      if(params == NULL) {
  if(op->contr->own_title[0]=='\0')   if(op->contr->own_title[0]=='\0')
      sprintf(buf,"Your title is '%s'.", op->contr->title);       sprintf(buf,"Your title is '%s'.", op->contr->title);


Legend:
line(s) removed in v.1.13 
line(s) changed
 line(s) added in v.1.14

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