Re: Adding in firearms

From: Brian Hutchins (brianh@osprey.net)
Date: 03/05/02


>
> act.other.c: In function `do_reloads':
> act.other.c:550: warning: passing arg 3 of `get_obj_in_list_vis'
> from incompatible pointer type
> act.other.c:550: too few arguments to function `get_obj_in_list_vis'

> (Line 550) missile = get_obj_in_list_vis(ch, arg2, ch->carrying);
>

Grep/Find in the code shows this function has been changed, adding an
additional argument to it. Use this...

get_obj_in_list_vis(ch, arg2, NULL, ch->carrying)

Hope this helps,
Brian

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT