Re: Transportation devices

From: Stephen Wolfe (siv@CYBERENET.NET)
Date: 08/16/98


> struct obj_data * me, * vehicle;

the pointer 'me' is passed into the spec_proc, so there's no need to
declare it inside..in order to make use of it you need to do something
like:

struct obj_data *vehicle = (struct obj_data *) me;

siv


     +------------------------------------------------------------+
     | 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