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
Branches
Tags
No related merge requests found
......@@ -123,7 +123,7 @@ while(bbs.online) {
if((i=console.getnum(prog_list.length))<1)
break;
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);
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