make -s smaug
Compiling o/skills.o....
skills.c: In function `ranged_got_target':
skills.c:4767: error: parameter `wtype' is initialized
skills.c:4767: error: parm types given both in parmlist and separately
skills.c:4848: error: `wtype' undeclared (first use in this function)
skills.c:4848: error: (Each undeclared identifier is reported only once
skills.c:4848: error: for each function it appears in.)
make[1]: *** [o/skills.o] Error 1
make: *** [all] Error 2OK, this is Samson's Weapons code. I don't see where to declare wtype for ranged_got_target. I did what the directions said to, but seem to be lacking a declaration. Where am I missing this declare? I don't see anything for it in mud.h (I'll try moving part of the code there to see how that works, but I don't think that will work).