Re-arranged the Speed Options window, also moved Toggled FF/SD from General Options to Speed Options.

This commit is contained in:
ipher
2005-05-17 05:08:06 +00:00
parent 3b12739251
commit f446a9e54f
3 changed files with 85 additions and 68 deletions

View File

@@ -358,6 +358,8 @@ GUIgetcurrentinput:
je near GUIPathKeys
cmp ebx,20
je near GUISaveKeys
cmp ebx,21
je near GUISpeedKeys
cmp ebx,8
je near GUIGetInputLine
ret
@@ -666,10 +668,6 @@ GUIOptionKeys:
jne .nogameclock
xor byte[TimerEnable],1
.nogameclock
cmp dh,'G' ; Move to Speed?
jne .nofastforward
xor byte[FastFwdToggle],1
.nofastforward
cmp dh,'O'
jne .nooldgfx
xor byte[OldGfxMode2],1
@@ -735,6 +733,19 @@ GUISaveKeys:
xor byte[PauseRewind],1
.nopauserewind
ret
GUISpeedKeys:
cmp dh,'a' ; Setup
jb .nocap
cmp dh,'z'
ja .nocap
sub dh,'z'-'Z'
.nocap
cmp dh,'T' ; Checkbox
jne .nofastforward
xor byte[FastFwdToggle],1
.nofastforward
ret
GUIAddonKeys:
cmp dh,'a' ;Setup