if when you look at the list_obj_to_char code that exists and it says bool show then yes, change it to int show. Damian Harouff wrote: > > Should I change it under bpl14 then? > > > Make sure that when using the stacking code with bpl16 that you change > > all accurances of: > > > void list_obj_to_char(struct obj_data * list, struct char_data * ch, int > > mode, bool show); > > > which is what the object stacking code uses, change the that to:: > > > void list_obj_to_char(struct obj_data * list, struct char_data * ch, int > > mode, int show); > > ^^^ > > which is what bpl16 uses. > > > Damian Harouff wrote: > >> > >> Actually, if the stacking code changes int show to bool show, wouldn't I > >> have to go through and change all the 1's and 0's or whatever they are to > >> trues and falses? > > +------------------------------------------------------------+ > | Ensure that you have read the CircleMUD Mailing List FAQ: | > | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | > +------------------------------------------------------------+ +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/10/01 PDT