Looks like same problem over and over.. C:\circle\src\comm.c(1824): save_char(d->character, ch- >in_room); //changed from NOWHERE 022400 BV c:\circle\src\comm.c(1824) : error C2223: left of '->in_room' must point to struct/union c:\circle\src\comm.c(1824) : error C2065: 'ch' : undeclared identifier It doesn't like the ch->in_room since ch has not been declared. ch = d->character; //at top of function Someone please correct me if I am wrong! +------------------------------------------------------------+ | 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