Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Compare Revisions
519459c5e1197bd66262b3d5eb1f12ee8013e0c7...86699076b091d031af95dcc257cff1c7165030aa
Commits (1)
Fix bug
· 86699076
Deucе
authored
Mar 27, 2022
86699076
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
exec/load/graphic.js
exec/load/graphic.js
+1
-1
No files found.
exec/load/graphic.js
View file @
86699076
...
...
@@ -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
;
...
...