Difference for server/weather.c from version 1.21 to 1.22


version 1.21 version 1.22
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_weather_c =   * static char *rcsid_weather_c =
  *   "$Id: weather.c,v 1.21 2002/12/21 08:02:35 mwedel Exp $";   *   "$Id: weather.c,v 1.22 2002/12/22 20:43:37 temitchell Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 131
 
Line 131
     {"impossible_match2", "snow4", NULL, 0}, /* placeholders */      {"impossible_match2", "snow4", NULL, 0}, /* placeholders */
     {"impossible_match3", "snow3", NULL, 0},      {"impossible_match3", "snow3", NULL, 0},
     {"hills", "drifts", NULL, 0},      {"hills", "drifts", NULL, 0},
     {"grass", "snow3", NULL, 0},      {"grass", "snow", NULL, 0},
     {"sand", "snow2", NULL, 0},      {"sand", "snow", NULL, 0},
     {"stones", "snow2", NULL, 0},      {"stones", "snow2", NULL, 0},
     {"steppe", "snow2", NULL, 0},      {"steppe", "snow2", NULL, 0},
     {"brush", "snow", NULL, 0},      {"brush", "snow2", NULL, 0},
     {"farmland", "snow", NULL, 0},      {"farmland", "snow3", NULL, 0},
     {"wasteland", "glacier", NULL, 0},      {"wasteland", "glacier", NULL, 0},
     {"mountain", "glacier", NULL, 1},      {"mountain", "mountain1_snow", NULL, 1},
       {"mountain2", "mountain2_snow", NULL, 1},
       {"mountain4", "mountain2_snow", NULL, 1},
     {"evergreens", "snow", "evergreens2", 1},      {"evergreens", "snow", "evergreens2", 1},
     {"evergreen","snow", "tree5", 1},      {"evergreen","snow", "tree5", 1},
     {"tree", "snow", "tree3", 0},      {"tree", "snow", "tree3", 0},


Legend:
line(s) removed in v.1.21 
line(s) changed
 line(s) added in v.1.22

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