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


version 1.6 version 1.7
Line 90
 
Line 90
  char *tile; /* arch tile to grow on, NULL if anything */   char *tile; /* arch tile to grow on, NULL if anything */
  int random; /* random factor.  min 1, higher = lower chance of    int random; /* random factor.  min 1, higher = lower chance of
       * appearance */        * appearance */
  int rfmin;   float rfmin;
  int rfmax; /* rainfall min/max */   float rfmax; /* rainfall min/max (inches/day) */
  int humin;   int humin;
  int humax; /* humidity min/max */   int humax; /* humidity min/max */
  int tempmin;   int tempmin;
  int tempmax; /* temp min/max */   int tempmax; /* temp min/max */
  int elevmin;   int elevmin;
  int elevmax; /* elevation min/max */   int elevmax; /* elevation min/max */
    int season; /* 0=any or 1-5 */
 } weather_grow_t;  } weather_grow_t;
   
 #endif /* _TOD_H_ */  #endif /* _TOD_H_ */


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

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