Difference for server/c_wiz.c from version 1.84 to 1.85


version 1.84 version 1.85
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.84 2006/06/05 06:28:56 mwedel Exp $";   *   "$Id: c_wiz.c,v 1.85 2006/07/25 15:43:27 gros Exp $";
  */   */
   
 /*  /*
Line 1264
 
Line 1264
         return 1;          return 1;
     }      }
   
       /* Forbid using reset on our own map when we're in a transport, as
        * it has the displeasant effect of crashing the server.
        * - gros, July 25th 2006 */
       if ((op->contr && op->contr->transport)&&(op->map == m))
       {
           new_draw_info(NDI_UNIQUE, 0, op, "You need to disembark first.");
           return 1;
       }
   
     if (m->in_memory != MAP_SWAPPED) {      if (m->in_memory != MAP_SWAPPED) {
         if (m->in_memory != MAP_IN_MEMORY) {          if (m->in_memory != MAP_IN_MEMORY) {
             LOG(llevError, "Tried to swap out map which was not in memory.\n");              LOG(llevError, "Tried to swap out map which was not in memory.\n");


Legend:
line(s) removed in v.1.84 
line(s) changed
 line(s) added in v.1.85

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