John Woods wrote: [...] > comm.c(1842) : warning C4133: '=' : incompatible types - from 'struct > descriptor_data *' to 'struct char_data *' [...] > ch = d; /* Line 1842 */ Well, if you look, d is a struct descriptor_data* and ch is a struct char_data*. Shouldn't do assignment like that because they're different structures. --- Jon Nielsen <nikolai@montana.com> "To acquire knowledge, one must study; but to aquire wisdom, one must observe." -Marilyn vos Savant +------------------------------------------------------------+ | 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