I have an error on copyover.c snippet from kyndig

Posted by Jason on Sat 25 Jan 2003 09:20 PM — 3 posts, 15,507 views.

#0
I have encountered this error in my copyover snippet... I am running swr 1.0:
copyover.c:89: structure has no member named `orginal'

If you have any idea's what the problem is please respond



USA #1
Hehe. Open up mud.h and find this macro:

#define CH(d) ((d)->original ? (d)->original : (d)->character)

Ensure that all occurances of the word original are spelled 'original' ;-)
#2
Thank you for the Help IT allowed me to finish the make program.... I had got to thinking that the problem might have been in a different file.... just wasn't sure which one thanx for narrowing down my search :)