Changed "Sidewinder Fix" shortcut to I, so it won't conflict with "Use Small Text" shortcut
This commit is contained in:
@@ -864,7 +864,7 @@ GUIOptionKeys:
|
||||
mov byte[MultiTap],0
|
||||
.mtap
|
||||
.nousepl34
|
||||
cmp dh,'S'
|
||||
cmp dh,'I'
|
||||
jne .noswfix
|
||||
xor byte[SidewinderFix],1
|
||||
.noswfix
|
||||
|
||||
@@ -1381,7 +1381,7 @@ DisplayGUIOption:
|
||||
GUIOuttextwin2u 4,26,44,GUIOptionText4,0
|
||||
GUIOuttextwin2u 4,26,54,GUIOptionText5,0
|
||||
%ifdef __MSDOS__
|
||||
GUIOuttextwin2u 4,26,64,GUIOptionText6,0
|
||||
GUIOuttextwin2u 4,26,64,GUIOptionText6,1
|
||||
%endif
|
||||
%ifdef __WIN32__
|
||||
GUIOuttextwin2u 4,26,64,GUIOptionText6b,0
|
||||
|
||||
Reference in New Issue
Block a user