Fix for 239 resolution in full screen

This commit is contained in:
z_demo_z
2001-08-24 19:06:52 +00:00
parent cb6bff8941
commit b48ede5b91
2 changed files with 8 additions and 1 deletions

View File

@@ -44,6 +44,13 @@ NEWSYM copy640x480x16bwin
mov esi,[vidbuffer]
mov edi,[WinVidMemStart]
add esi,16*2+256*2+32*2
cmp byte[GUIOn],1
je .not239
cmp byte [resolutn],239
jne .not239
add esi,8*288*2
.not239
xor eax,eax
; Check if interpolation mode
cmp byte[FilteredGUI],0