> And just a quick question in passing: is there a windows port of PINE, > preferably one that is a console/dos app)? Just one of those million or so yep, http://www.washington.edu/pine/ ObCoicle.. does this code: if ((isname(tmp, i->player.name)) || \ (isname(tmp, pc_race_types[GET_RACE(i)])) || \ (isname(tmp, pc_affil_types[GET_AFFIL(i)])) || \ (isname(tmp, pc_class_types[GET_CLASS(i)]))) if (CAN_SEE(ch, i)) produce this error: handler.c: In function `get_char_room_vis': handler.c:949: warning: array subscript has type `char' handler.c:949: warning: array subscript has type `char' handler.c:949: warning: array subscript has type `char' because isname is looking for an int? mmm, too much southpark, my brain keeps telling me isname() is really kenny. sigh. Blue +------------------------------------------------------------+ | 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