SCP: Fix SET VERIFY which didn't work while processing command procedures

This commit is contained in:
Mark Pizzolato 2014-05-16 05:49:42 -07:00
parent fc2f3675fc
commit f4771affe7

1
scp.c
View file

@ -2498,6 +2498,7 @@ do {
stat = cmdp->action (cmdp->arg, cptr); /* exec other cmd */
}
else stat = SCPE_UNK; /* bad cmd given */
echo = sim_do_echo; /* Allow for SET VERIFY */
stat_nomessage = stat & SCPE_NOMESSAGE; /* extract possible message supression flag */
stat_nomessage = stat_nomessage || (!sim_show_message);/* Apply global suppression */
stat = SCPE_BARE_STATUS(stat); /* remove possible flag */