Skip to content
Snippets Groups Projects
Commit e542c523 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Honor the "pause after exit" setting for external programs.

parent 1a95772d
No related branches found
No related tags found
No related merge requests found
...@@ -708,6 +708,8 @@ while(bbs.online) { ...@@ -708,6 +708,8 @@ while(bbs.online) {
} }
else { else {
bbs.exec_xtrn(xtrn_area.sec_list[curr_xtrnsec].prog_list[parseInt(x_prog)].number); bbs.exec_xtrn(xtrn_area.sec_list[curr_xtrnsec].prog_list[parseInt(x_prog)].number);
if(xtrn_area.sec_list[curr_xtrnsec].prog_list[parseInt(x_prog)].settings & XTRN_PAUSE)
console.pause();
} }
start_mouse(); start_mouse();
draw_main(true); draw_main(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment