On Sunday 18 August 2002 06:22 pm, jester wrote:
> Ive installed the quest snippet from kyndig..the updated version. Im
> getting a compile error when it hits the quest.c file..here is ther error
>
> gcc quest.c -Wall -O -ggdb -DNOCRYPT -c -o obj/quest.o
> quest.c: In function `generate_quest':
> quest.c:566: structure has no member named `tmpquest'
> make: *** [obj/quest.o] Error 1
>
>
> looking for tmpquest shows:
>
> quest.c:        victim->tmpquest = 1000;
> update.c:               if (ch->tmpquest > 0)
>
>
> What have I missed on this...for the life of me i cant get it figured out.
>
> Thanks
> Michael
so ADD tmpquest to the structure

Reply via email to