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

Forced-reset the console attributes when returning from a door.

parent f71c71dd
Branches
Tags
No related merge requests found
......@@ -50,6 +50,8 @@ function exec_xtrn(prog)
eval(options.eval_before_exec);
load('fonts.js', 'xtrn:' + prog.code);
bbs.exec_xtrn(prog.code);
console.attributes = 0;
console.attributes = LIGHTGRAY;
load('fonts.js', 'default');
if(options.eval_after_exec)
eval(options.eval_after_exec);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment