SCP: Fix SET VERIFY which didn't work while processing command procedures
This commit is contained in:
parent
fc2f3675fc
commit
f4771affe7
1 changed files with 2 additions and 1 deletions
1
scp.c
1
scp.c
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue