Difference for common/map.c from version 1.46 to 1.47


version 1.46 version 1.47
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_map_c =   * static char *rcsid_map_c =
  *   "$Id: map.c,v 1.46 2002/11/06 09:47:23 garbled Exp $";   *   "$Id: map.c,v 1.47 2002/11/08 08:50:44 garbled Exp $";
  */   */
   
 /*  /*
Line 1473
 
Line 1473
     update_buttons(m);      update_buttons(m);
     if (m->outdoor)      if (m->outdoor)
  (*set_darkness_map_func)(m);   (*set_darkness_map_func)(m);
       /* run the weather over this map */
       (*weather_effect_func)(name);
     return m;      return m;
 }  }
   


Legend:
line(s) removed in v.1.46 
line(s) changed
 line(s) added in v.1.47

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