|
From: <cro...@li...> - 2002-12-22 20:43:38
|
Module Name: crossfire
Committed By: temitchell
Date: Sun Dec 22 20:43:37 UTC 2002
Modified Files:
crossfire/server: weather.c
Log Message:
- modified weather table to use snow mountain transparancies
Start of context diffs
Index: crossfire/server/weather.c
diff -c crossfire/server/weather.c:1.21 crossfire/server/weather.c:1.22
*** crossfire/server/weather.c:1.21 Sat Dec 21 00:02:35 2002
--- crossfire/server/weather.c Sun Dec 22 12:43:37 2002
***************
*** 1,6 ****
/*
* static char *rcsid_weather_c =
! * "$Id: weather.c,v 1.21 2002/12/21 08:02:35 mwedel Exp $";
*/
/*
CrossFire, A Multiplayer game for X-windows
--- 1,6 ----
/*
* static char *rcsid_weather_c =
! * "$Id: weather.c,v 1.22 2002/12/22 20:43:37 temitchell Exp $";
*/
/*
CrossFire, A Multiplayer game for X-windows
***************
*** 131,144 ****
{"impossible_match2", "snow4", NULL, 0}, /* placeholders */
{"impossible_match3", "snow3", NULL, 0},
{"hills", "drifts", NULL, 0},
! {"grass", "snow3", NULL, 0},
! {"sand", "snow2", NULL, 0},
{"stones", "snow2", NULL, 0},
{"steppe", "snow2", NULL, 0},
! {"brush", "snow", NULL, 0},
! {"farmland", "snow", NULL, 0},
{"wasteland", "glacier", NULL, 0},
! {"mountain", "glacier", NULL, 1},
{"evergreens", "snow", "evergreens2", 1},
{"evergreen","snow", "tree5", 1},
{"tree", "snow", "tree3", 0},
--- 131,146 ----
{"impossible_match2", "snow4", NULL, 0}, /* placeholders */
{"impossible_match3", "snow3", NULL, 0},
{"hills", "drifts", NULL, 0},
! {"grass", "snow", NULL, 0},
! {"sand", "snow", NULL, 0},
{"stones", "snow2", NULL, 0},
{"steppe", "snow2", NULL, 0},
! {"brush", "snow2", NULL, 0},
! {"farmland", "snow3", NULL, 0},
{"wasteland", "glacier", NULL, 0},
! {"mountain", "mountain1_snow", NULL, 1},
! {"mountain2", "mountain2_snow", NULL, 1},
! {"mountain4", "mountain2_snow", NULL, 1},
{"evergreens", "snow", "evergreens2", 1},
{"evergreen","snow", "tree5", 1},
{"tree", "snow", "tree3", 0},
|