Here's a mistake/oversight (can't really call it a bug) with the Multiple Get/Put/Drop patch. The prototype definitions at the top of act.item.c for the fuctions et_from_room() and get_from_container() don't include the new int howmany parameter. This produced warnings when compiling under Win95. They were skipped when compiling under UNIX. [not a real patch] *****act.item.c**** void get_from_container(struct char_data * ch, struct obj_data * cont, ! char *arg, int mode); --- void get_from_container(struct char_data * ch, struct obj_data * cont, ! char *arg, int mode, int howmany); ******************* ! void get_from_room(struct char_data * ch, char *arg); --- ! void get_from_room(struct char_data * ch, char *arg, int howmany); ------------------------------------------------------------------------ ***************************** * Mike Simons * * Rystan Geomar * * saffron.hack.net 9000 * * simons@donner.niagara.edu * ***************************** +------------------------------------------------------------+ | 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