Difference for server/c_wiz.c from version 1.56 to 1.57


version 1.56 version 1.57
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.56 2004/12/21 23:29:47 ryo_saeba Exp $";   *   "$Id: c_wiz.c,v 1.57 2004/12/25 18:09:29 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 139
 
Line 139
              "The Dungeon Master is gone..");               "The Dungeon Master is gone..");
             }              }
      new_draw_info_format(NDI_UNIQUE | NDI_ALL | NDI_DK_ORANGE, 5, NULL,       new_draw_info_format(NDI_UNIQUE | NDI_ALL | NDI_DK_ORANGE, 5, NULL,
               "%s leaves the game.",op->name);
           new_draw_info_format(NDI_UNIQUE | NDI_ALL | NDI_DK_ORANGE, 5, NULL,
             "%s left the game.",op->name);              "%s left the game.",op->name);
         }          }
     }      }


Legend:
line(s) removed in v.1.56 
line(s) changed
 line(s) added in v.1.57

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