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:
PatR
2022-03-05 00:31:36 -08:00
parent fab1048f2f
commit fa40cc9e3a

View File

@@ -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 */