fixed keyboard shortcut for "Trap Mouse Cursor" option

This commit is contained in:
ipher
2005-01-12 05:23:35 +00:00
parent d6fd3af120
commit b0bff2db0f
2 changed files with 2 additions and 2 deletions

View File

@@ -1058,7 +1058,7 @@ GUIGUIOptnsKeys:
jne .guioptn12 jne .guioptn12
xor byte[MouseWheel],1 xor byte[MouseWheel],1
.guioptn12 .guioptn12
cmp dh,'R' cmp dh,'P'
jne .guioptn13 jne .guioptn13
xor byte[TrapMouseCursor],1 xor byte[TrapMouseCursor],1
.guioptn13 .guioptn13

View File

@@ -5042,7 +5042,7 @@ DisplayGUIOptns:
GUIOuttextwin2u 10,26,183,GUIGUIOptnsTextF,2 GUIOuttextwin2u 10,26,183,GUIGUIOptnsTextF,2
GUIOuttextwin2u 10,138,38,GUIGUIOptnsTextK,1 GUIOuttextwin2u 10,138,38,GUIGUIOptnsTextK,1
GUIOuttextwin2u 10,26,193,GUIGUIOptnsTextL,1 GUIOuttextwin2u 10,26,193,GUIGUIOptnsTextL,1
GUIOuttextwin2u 10,138,58,GUIGUIOptnsTextN,1 GUIOuttextwin2u 10,138,58,GUIGUIOptnsTextN,3
%endif %endif
mov byte[GUIGUIOptnsText6],'R' mov byte[GUIGUIOptnsText6],'R'
GUIOuttextwin2 10,16,123,GUIGUIOptnsText6 GUIOuttextwin2 10,16,123,GUIGUIOptnsText6