Changed "Full Screen" and "Wide Screen" shortcut to "C"

This commit is contained in:
ipher
2005-01-15 15:07:42 +00:00
parent 1c14bd106d
commit a54d7e2f3e
2 changed files with 3 additions and 3 deletions

View File

@@ -1218,7 +1218,7 @@ GUIVideoKeys:
mov al,[antienab] mov al,[antienab]
mov [cfginterp],al mov [cfginterp],al
.nointerpolation .nointerpolation
cmp dh,'U' cmp dh,'C'
jne .nofullscreen jne .nofullscreen
xor eax,eax xor eax,eax
mov al,[cvidmode] mov al,[cvidmode]

View File

@@ -1756,10 +1756,10 @@ DisplayGUIVideo:
je near .notext5 je near .notext5
cmp byte[GUIWSVID+eax],0 cmp byte[GUIWSVID+eax],0
je .notext4a je .notext4a
GUIOuttextwin2u 5,26,93,GUIVideoText5b,1 GUIOuttextwin2u 5,26,93,GUIVideoText5b,5
jmp .notext5 jmp .notext5
.notext4a .notext4a
GUIOuttextwin2u 5,26,93,GUIVideoText5,1 GUIOuttextwin2u 5,26,93,GUIVideoText5,5
.notext5 .notext5
xor eax,eax xor eax,eax
mov al,[cvidmode] mov al,[cvidmode]