Fixed a logic bug in windowing/transparency code

This commit is contained in:
pagefault
2005-03-01 23:17:23 +00:00
parent 0a7c2f986a
commit 911f75c91f

View File

@@ -1115,7 +1115,7 @@ NEWSYM newengine16b
cmp byte[scrnon+1],0 cmp byte[scrnon+1],0
jne .notblack jne .notblack
; mov byte[clinemainsub],1 ; mov byte[clinemainsub],1
mov byte[scadtng+eax],0 xor byte[scadtng+eax],1
; mov byte[FillSubScr+eax],0 ; mov byte[FillSubScr+eax],0
.notblack .notblack