Loop count fix.
This commit is contained in:
@@ -521,7 +521,7 @@ BackAreaFill:
|
|||||||
add ecx,eax
|
add ecx,eax
|
||||||
add ecx,[BackAreaAdd]
|
add ecx,[BackAreaAdd]
|
||||||
mov ebx,[BackAreaUnFillCol]
|
mov ebx,[BackAreaUnFillCol]
|
||||||
mov eax,128
|
mov eax,64
|
||||||
.nowinloop
|
.nowinloop
|
||||||
mov [ecx],ebx
|
mov [ecx],ebx
|
||||||
mov [ecx+4],ebx
|
mov [ecx+4],ebx
|
||||||
|
|||||||
Reference in New Issue
Block a user