Skip to content
Snippets Groups Projects
Commit 86699076 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix bug

parent 519459c5
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -39,7 +39,7 @@ function Graphic(w,h,attr,ch, dw)
else
this.width=w;
if (dw === undefined)
if (dw !== undefined)
this.doorway_mode = dw;
this.atcodes=true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment