Skip to content
Snippets Groups Projects
Commit 48aa8a35 authored by mcmlxxix's avatar mcmlxxix
Browse files

disable atcodes

parent dd3f8403
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ function Window(xpos,ypos,w,h)
if(width>=console.screen_columns) width=console.screen_columns-1;
if(window && window.length > window.height) width-=1;
window=new Graphic(width,height);
window.atcodes=false;
for(var m=0;m<message_list.length;m++) {
window.putmsg(false,false,message_list[m],undefined,true);
}
......@@ -96,6 +97,7 @@ function Window(xpos,ypos,w,h)
width-=1;
scrollbar=new Scrollbar(x+width,y,height,"vertical","\1k\1h");
window=new Graphic(width,height);
window.atcodes=false;
for(var m=0;m<message_list.length;m++) {
window.putmsg(false,false,message_list[m],undefined,true);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment