Banzai!
I've been looking over the John's weather path.... Very nifty I must
say.. Only one thing bothers me...
there's this piece of code in weather_change() (weather.c where else
*grin)
switch (change) {
case 0:
break;
case 1:
send_to_outdoorf("The sky starts to get cloudy.\r\n");
zone_table[i].sky = SKY_CLOUDY;
break;
case 2:
send_to_outdoorf("It starts to rain.\r\n");
Note that send_to_outdoor() in every case?
souldn't there be something like send_to_zone? *scratch*
David!
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST