ll_achieve_msg.llflag
Fix another type mismatch with the livelog code; make the flags field in ll_achieve_msg match the one in gavelog_line.
This commit is contained in:
@@ -46,7 +46,7 @@ static const char have_been[] = "have been ", have_never[] = "have never ",
|
||||
|
||||
/* for livelogging: */
|
||||
struct ll_achieve_msg {
|
||||
unsigned long llflag;
|
||||
long llflag;
|
||||
const char *msg;
|
||||
};
|
||||
/* ordered per 'enum achievements' in you.h */
|
||||
|
||||
Reference in New Issue
Block a user