Difference for include/tod.h from version 1.5 to 1.6


version 1.5 version 1.6
Line 85
 
Line 85
  int arch_or_name;   int arch_or_name;
 } weather_replace_t;  } weather_replace_t;
   
   typedef struct _weather_grow {
    char *herb; /* arch name of item to grow */
    char *tile; /* arch tile to grow on, NULL if anything */
    int random; /* random factor.  min 1, higher = lower chance of
         * appearance */
    int rfmin;
    int rfmax; /* rainfall min/max */
    int humin;
    int humax; /* humidity min/max */
    int tempmin;
    int tempmax; /* temp min/max */
    int elevmin;
    int elevmax; /* elevation min/max */
   } weather_grow_t;
   
 #endif /* _TOD_H_ */  #endif /* _TOD_H_ */


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:32