heasm66 / mdlzork

Different versions of original mainframe Zork reconstructed and patched to run under Confusion.
15 stars 6 forks source link

Dummy window global object is not visible in NHOUS and SHOUS #29

Closed AlexProudfoot closed 1 year ago

AlexProudfoot commented 1 year ago

This bug exists in 810722 and 791211 in the file dung.mud. It can be eliminated by changing the global object declaration from

<GOBJECT DWINDOW
     ["WINDO"]
     []
     "window"
     ,OVISON
     <>>

to

<GOBJECT DWINDOW
     ["DWIND" "WINDO"]
     []
     "window"
     ,OVISON
     <>>