On Wed, 11 Feb 1998, Andy Hubbard wrote: >char *retreat_dirs[] = { > "north", > "east", > "south", > "west", > "up", > "down", > "\n" > }; In constants.c you will find: const char *dirs[] = { "north", "east", "south", "west", "up", "down", "\n" }; -- George Greer - Me@Null.net | Genius may have its limitations, but stupidity http://www.van.ml.org/~greerga | is not thus handicapped. -- Elbert Hubbard +------------------------------------------------------------+ | 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/15/00 PST