Misc GUI fixes

This commit is contained in:
pagefault
2001-04-24 00:11:31 +00:00
parent 55324bed20
commit 6cad09c23e

View File

@@ -750,6 +750,10 @@ GUIOptionKeys:
jne .noswfix
xor byte[SidewinderFix],1
.noswfix
cmp dh,'H'
jne .nohighpriority
xor byte[HighPriority],1
.nohighpriority
cmp dh,'P'
jne .nofpsatstart
xor byte[FPSAtStart],1