act_info.c: In function `void do_look(CHAR_DATA *, char *)':
act_info.c:1007: warning: unused variable `int door'
act_info.c:1003: warning: unused variable `struct EXIT_DATA * pexit'
act_info.c:1006: warning: `char * pdesc' might be used uninitialized in
this 
function


First thing I'd do, is look at the code near these lines, or above them,
to make "sure" you didn't accidentally remove a }
I'm almost certain this is probably what you did and didn't realize it.

Rheede


Reply via email to