Next time test before you put something in CVS, (slap self)

This commit is contained in:
pagefault
2005-04-12 23:53:05 +00:00
parent 542a13d107
commit f6252f8f12

View File

@@ -2575,8 +2575,8 @@ drawsprng16bt:
xor eax,eax xor eax,eax
test byte[BGMS1+ebx*2+1],10h test byte[BGMS1+ebx*2+1],10h
jnz near drawsprng16bmst jnz near drawsprng16bmst
test byte[BGMS1+ebx*2+1],04h test byte[BGMS1+ebx*2],04h
jnz .main jz .main
mov edi,[CMainWinScr] mov edi,[CMainWinScr]
cmp byte[edi+ebx+4*256],0 cmp byte[edi+ebx+4*256],0
jne near drawsprngw16bt jne near drawsprngw16bt