On Sun, 23 Jun 1996, Brian Burrell wrote: > act.informative.c:256: warning: implicit declaration of function > `send_to_char2' > > any clues? Here's an idea -- get one. Implicit declaration means that you are calling a function that is not explicit declared wherever you are using it (namely, send_to_char2). So, what you need to do is make sure that it is declared so that you do not receive the warnings (which still allow you to compile fine and the game will still work fine). Just go into comm.h and add the cast for send_to_char2 into there. -dak
This archive was generated by hypermail 2b30 : 12/18/00 PST