New graphics engine leak fix (Thanks Trac!)
This commit is contained in:
@@ -188,7 +188,9 @@ NEWSYM newengine8b
|
||||
mov byte[bgallchange+eax],1
|
||||
.nobgma
|
||||
|
||||
mov byte[modeused+eax],1
|
||||
; new graphics fix, thanks to TRAC
|
||||
and ebx,07h
|
||||
mov byte[modeused+ebx],1
|
||||
|
||||
; Pointer to OBJ tile data
|
||||
mov ebx,[bg1objptr]
|
||||
|
||||
@@ -670,7 +670,9 @@ NEWSYM newengine16b
|
||||
mov byte[bgallchange+eax],1
|
||||
.nobgma
|
||||
|
||||
mov byte[modeused+eax],1
|
||||
; new graphics fix, thanks to TRAC
|
||||
and ebx,07h
|
||||
mov byte[modeused+ebx],1
|
||||
|
||||
; Pointer to OBJ tile data
|
||||
mov ebx,[bg1objptr]
|
||||
|
||||
Reference in New Issue
Block a user