Difference for server/c_wiz.c from version 1.40 to 1.41


version 1.40 version 1.41
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.40 2004/03/26 21:59:28 ryo_saeba Exp $";   *   "$Id: c_wiz.c,v 1.41 2004/05/08 07:50:43 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 1168
 
Line 1168
      CLEAR_FLAG(op, FLAG_FLYING);       CLEAR_FLAG(op, FLAG_FLYING);
      if (settings.real_wiz == TRUE)       if (settings.real_wiz == TRUE)
  CLEAR_FLAG(op, FLAG_WAS_WIZ);   CLEAR_FLAG(op, FLAG_WAS_WIZ);
       if ( op->contr->hidden )
           {
           new_draw_info(NDI_UNIQUE, 0,op, "You are no longer hidden from other players");
        op->map->players++;
        new_draw_info_format(NDI_UNIQUE | NDI_ALL | NDI_DK_ORANGE, 5, NULL,
               "%s has entered the game.",op->name);
     op->contr->hidden=0;      op->contr->hidden=0;
      new_draw_info(NDI_UNIQUE | NDI_ALL | NDI_LT_GREEN, 1, NULL,          op->invisible=1;
  "The Dungeon Master is gone..");          }
       else
           new_draw_info(NDI_UNIQUE | NDI_ALL | NDI_LT_GREEN, 1, NULL, "The Dungeon Master is gone..");
      return 1;       return 1;
   }    }
   


Legend:
line(s) removed in v.1.40 
line(s) changed
 line(s) added in v.1.41

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