Code optimisations

This commit is contained in:
pagefault
2001-09-08 00:16:32 +00:00
parent 5c52c0dc76
commit fbb72c7c27
6 changed files with 53 additions and 41 deletions

View File

@@ -1228,7 +1228,8 @@ NEWSYM drawmode716extbg2
mov [esi],bx
.nopr2
add esi,2
loop .loop
dec ecx
jnz .loop
xor eax,eax
mov dh,byte[curmosaicsz]
cmp dh,1
@@ -1252,7 +1253,8 @@ NEWSYM drawmode716extbg2
.nopr2b
add esi,2
inc ebp
loop .loop2
dec ecx
jnz .loop2
xor eax,eax
mov dh,byte[curmosaicsz]
cmp dh,1