Re: [CODE] [QUESTION] Stables

From: Benjamin Draper (satrycus@DRACHENBURG.DEMON.CO.UK)
Date: 02/24/98


Looks like you've got your horse and mount mixed up.

>    horse = GET_MOUNT(ch);
>    mount = read_mobile(horse, VIRTUAL);

this should be:
     mount = GET_MOUNT(ch);
     horse = read_mobile(mount, VIRTUAL);

mount is defined as an integer, while horse is a struct.
This'll probably fix it.

 - > Ben


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