a pair of analyzer bits
This commit is contained in:
@@ -1069,11 +1069,12 @@ curses_putmsghistory(const char *msg, boolean restoring_msghist)
|
||||
however, we aren't only called when restoring history;
|
||||
core uses putmsghistory() for other stuff during play
|
||||
and those messages should have a normal turn value */
|
||||
if (last_mesg) /* appease static analyzer */
|
||||
if (last_mesg) { /* appease static analyzer */
|
||||
last_mesg->turn = restoring_msghist ? (1L << 3) : gh.hero_seq;
|
||||
#ifdef DUMPLOG_CORE
|
||||
dumplogmsg(last_mesg->str);
|
||||
dumplogmsg(last_mesg->str);
|
||||
#endif
|
||||
}
|
||||
} else if (stash_count) {
|
||||
nhprev_mesg *mesg;
|
||||
long mesg_turn;
|
||||
|
||||
Reference in New Issue
Block a user