commented part of CheatSearch, and moved the Auto Framerate/Framerate options to the Speed window

This commit is contained in:
ipher
2005-05-17 23:18:43 +00:00
parent 3ae21876ec
commit 9f4b0dc525
4 changed files with 246 additions and 211 deletions

View File

@@ -601,17 +601,6 @@ GUIOptionKeys:
ja .nocap
sub dh,'z'-'Z'
.nocap
cmp dh,'A' ; Checkboxes
jne .noautofr
mov byte[FPSOn],0
cmp byte[frameskip],0
je .zero
mov byte[frameskip],0
jmp .notzero
.zero
mov byte[frameskip],2
.notzero
.noautofr
cmp dh,'N'
jne .nonewgfx
xor eax,eax
@@ -745,6 +734,17 @@ GUISpeedKeys:
jne .nofastforward
xor byte[FastFwdToggle],1
.nofastforward
cmp dh,'A' ; Checkboxes
jne .noautofr
mov byte[FPSOn],0
cmp byte[frameskip],0
je .zero
mov byte[frameskip],0
jmp .notzero
.zero
mov byte[frameskip],2
.notzero
.noautofr
ret
GUIAddonKeys: