bugfix of revision 555

git-svn-id: svn://kolibrios.org@559 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond) 2007-06-30 12:42:59 +00:00
parent 3dad91d3d7
commit 3be4fd7a4b

View File

@ -932,9 +932,11 @@ bgr_resmooth0:
push edi
mov edi, bgr_cur_line
call smooth_line
cmp dword [BgrDataHeight], 1
jz bgr.no2nd
bgr_resmooth1:
mov eax, [esp+16+4]
inc eax
cmp eax, [BgrDataHeight]
jae bgr.no2nd
mov ecx, [esp+8+4]
mov edx, [esp+4+4]
mov esi, [esp+4]