Difference for include/tod.h from version 1.8 to 1.9


version 1.8 version 1.9
Line 38
 
Line 38
 /* weather stuff */  /* weather stuff */
   
 #define POLAR_BASE_TEMP 0 /* C */  #define POLAR_BASE_TEMP 0 /* C */
 #define EQUATOR_BASE_TEMP 25 /* C */  #define EQUATOR_BASE_TEMP 30 /* C */
 #define SEASONAL_ADJUST 10 /* polar distance */  #define SEASONAL_ADJUST 10 /* polar distance */
 #define GULF_STREAM_WIDTH       3       /* width of gulf stream */  #define GULF_STREAM_WIDTH       3       /* width of gulf stream */
 #define GULF_STREAM_BASE_SPEED  40      /* base speed of gulf stream */  #define GULF_STREAM_BASE_SPEED  40      /* base speed of gulf stream */
Line 52
 
Line 52
 #define PRESSURE_MAX 1040  #define PRESSURE_MAX 1040
 #define PRESSURE_MIN 960  #define PRESSURE_MIN 960
   
   /* This is a multiplier for the wind caused by pressure differences.
    * The type of overal climate you get depends on this.
    * Too little wind, and the rain hugs the coast.
    * Too much wind, and there are hurricanes and blizzards everywhere.
    * 1 is too little.
    */
   #define WIND_FACTOR  4.0
   
 /* editing the below might require actual changes to code */  /* editing the below might require actual changes to code */
 #define WEATHERMAPTILESX 100  #define WEATHERMAPTILESX 100
 #define WEATHERMAPTILESY 100  #define WEATHERMAPTILESY 100


Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9

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