Difference for server/c_misc.c from version 1.32 to 1.33


version 1.32 version 1.33
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_misc_c =   * static char *rcsid_c_misc_c =
  *   "$Id: c_misc.c,v 1.32 2003/03/09 00:44:12 mwedel Exp $";   *   "$Id: c_misc.c,v 1.33 2003/06/30 19:59:20 tchize Exp $";
  */   */
   
 /*  /*
Line 330
 
Line 330
     if (op->map == NULL)      if (op->map == NULL)
  return 1;   return 1;
   
     if (worldmap_to_weathermap(op->x, op->y, &wx, &wy, op->map->path) != 0)      if (worldmap_to_weathermap(op->x, op->y, &wx, &wy, op->map) != 0)
  return 1;   return 1;
   
     if (QUERY_FLAG(op, FLAG_WIZ)) {      if (QUERY_FLAG(op, FLAG_WIZ)) {


Legend:
line(s) removed in v.1.32 
line(s) changed
 line(s) added in v.1.33

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