Removed some useless spaces and made code more readable.

This commit is contained in:
jbo_85
2005-07-06 12:57:04 +00:00
parent 2d8708b82d
commit e0b39d561f
3 changed files with 10 additions and 10 deletions

View File

@@ -1729,9 +1729,9 @@ NEWSYM saveselect
inc eax inc eax
dec ecx dec ecx
jnz .looppr jnz .looppr
%ifdef __MSDOS__ %ifdef __MSDOS__
mov byte[pressed+1],0 mov byte[pressed+1],0
%endif %endif
mov word[t1cc],0 mov word[t1cc],0
mov byte[csounddisable],0 mov byte[csounddisable],0
@@ -2043,9 +2043,9 @@ SECTION .text
dec ecx dec ecx
jnz .looppr2 jnz .looppr2
.prwin .prwin
%ifdef __MSDOS__ %ifdef __MSDOS__
mov byte[pressed+1],0 mov byte[pressed+1],0
%endif %endif
mov word[t1cc],0 mov word[t1cc],0
mov byte[csounddisable],0 mov byte[csounddisable],0
call StartSound call StartSound