Removed some useless spaces and made code more readable.
This commit is contained in:
@@ -788,7 +788,7 @@ NEWSYM _2xSaISuper2xSaILineW
|
||||
pop ecx
|
||||
sub ecx, 4
|
||||
cmp ecx, 0
|
||||
jg .Loop
|
||||
jg .Loop
|
||||
|
||||
; Restore some stuff
|
||||
popad
|
||||
@@ -1347,7 +1347,7 @@ NEWSYM _2xSaISuperEagleLineW
|
||||
pop ecx
|
||||
sub ecx, 4
|
||||
cmp ecx, 0
|
||||
jg .Loop
|
||||
jg .Loop
|
||||
|
||||
; Restore some stuff
|
||||
popad
|
||||
@@ -1956,7 +1956,7 @@ NEWSYM _2xSaILineW
|
||||
pop ecx
|
||||
sub ecx, 4
|
||||
cmp ecx, 0
|
||||
jg .Loop
|
||||
jg .Loop
|
||||
|
||||
; Restore some stuff
|
||||
popad
|
||||
|
||||
@@ -77,7 +77,7 @@ SECTION .text
|
||||
%include "video/2xsaimmx.inc"
|
||||
%include "video/copyvid.inc"
|
||||
|
||||
SECTION .text
|
||||
SECTION .text
|
||||
NEWSYM FPUZero
|
||||
%if 0
|
||||
|
||||
@@ -1729,9 +1729,9 @@ NEWSYM saveselect
|
||||
inc eax
|
||||
dec ecx
|
||||
jnz .looppr
|
||||
%ifdef __MSDOS__
|
||||
%ifdef __MSDOS__
|
||||
mov byte[pressed+1],0
|
||||
%endif
|
||||
%endif
|
||||
|
||||
mov word[t1cc],0
|
||||
mov byte[csounddisable],0
|
||||
@@ -2043,9 +2043,9 @@ SECTION .text
|
||||
dec ecx
|
||||
jnz .looppr2
|
||||
.prwin
|
||||
%ifdef __MSDOS__
|
||||
%ifdef __MSDOS__
|
||||
mov byte[pressed+1],0
|
||||
%endif
|
||||
%endif
|
||||
mov word[t1cc],0
|
||||
mov byte[csounddisable],0
|
||||
call StartSound
|
||||
|
||||
@@ -75,7 +75,7 @@ NEWSYM ClearWin32
|
||||
NEWSYM DrawWin256x224x16
|
||||
pushad
|
||||
cmp byte [MMXSupport],0
|
||||
je .noMMX
|
||||
je .noMMX
|
||||
mov esi, [ScreenPtr]
|
||||
mov edi, [SurfBufD]
|
||||
xor eax,eax
|
||||
@@ -101,7 +101,7 @@ NEWSYM DrawWin256x224x16
|
||||
%else
|
||||
cmp eax,223
|
||||
%endif
|
||||
jne .Copying3
|
||||
jne .Copying3
|
||||
xor eax,eax
|
||||
mov ecx,128
|
||||
rep stosd
|
||||
|
||||
Reference in New Issue
Block a user