Difference for server/c_wiz.c from version 1.60 to 1.61


version 1.60 version 1.61
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.60 2005/03/22 01:54:00 majorwoo Exp $";   *   "$Id: c_wiz.c,v 1.61 2005/03/22 23:22:42 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 124
 
Line 124
             "%s has entered the game.",op->name);              "%s has entered the game.",op->name);
         if ( !silent_dm )          if ( !silent_dm )
             {              {
      /*slight delay to make it look like a person doing it*/  
             sleep (1);  
      new_draw_info(NDI_UNIQUE | NDI_ALL | NDI_LT_GREEN, 1, NULL,       new_draw_info(NDI_UNIQUE | NDI_ALL | NDI_LT_GREEN, 1, NULL,
                 "The Dungeon Master has arrived!");                  "The Dungeon Master has arrived!");
             }              }
Line 142
 
Line 140
             }              }
  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);              "%s leaves the game.",op->name);
         /*slight delay to make it look like a person doing it*/  
  sleep (1);  
  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 left the game.",op->name);               "%s left the game.",op->name);
         }          }


Legend:
line(s) removed in v.1.60 
line(s) changed
 line(s) added in v.1.61

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