VIEW3DS: small appearance fix for some skins

git-svn-id: svn://kolibrios.org@2206 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2011-09-17 12:35:18 +00:00
parent ca34d435fa
commit ad9130d360

View File

@ -475,7 +475,7 @@ still:
mov eax,7 ; put image
mov ebx,screen
mov ecx,SIZE_X shl 16 + SIZE_Y
mov edx,5 shl 16 + 22
mov edx,5 shl 16 + 23
int 0x40