Skip to content
Snippets Groups Projects
Commit b64d6de5 authored by rswindell's avatar rswindell
Browse files

Fix problem with text/menu/xtrn/code.* not displaying before running program

(as reported by X-bit.org).
parent 66982a61
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ while(bbs.online) { ...@@ -123,7 +123,7 @@ while(bbs.online) {
if((i=console.getnum(prog_list.length))<1) if((i=console.getnum(prog_list.length))<1)
break; break;
i--; i--;
if(file_exists(system.text_dir + "menu/xtrn/" + prog_list[i].code)) { if(file_exists(system.text_dir + "menu/xtrn/" + prog_list[i].code + ".*")) {
bbs.menu("xtrn/" + prog_list[i].code); bbs.menu("xtrn/" + prog_list[i].code);
console.line_counter=0; console.line_counter=0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment