| version 1.21 | | version 1.22 |
|---|
| | |
| /* | | /* |
| * 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 |
| | |
| {"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}, |