id summary reporter owner description type status priority component version resolution keywords cc game 437 LOOM: Flashlight glitch eriktorbjorn fingolfin "{{{#!Markdown When a line of text is removed while in a dark room, that area is repainted with the lit room's background, not the dark room's. See screenshots. The problem is that restoreBG\(\) is restoring the wrong background. I can work around this by putting this code at the top of the function: if \(\!\(\_vars\[VAR\_CURRENT\_LIGHTS\] & LIGHTMODE\_screen\) && \_vars\[VAR\_CURRENT\_LIGHTS\] & LIGHTMODE\_flashlight\) \{ \_fullRedraw = true; return; \} But that seems like an ugly hack to me. Surely there has to be a better way than this? }}} {{{#!div style=""font-size: 75%"" Ticket imported from: !#601139. Ticket imported from: bugs/437. }}}" defect closed normal Engine: SCUMM fixed Loom