Moved "Rewind" shortcut option to the Save Options window

This commit is contained in:
ipher
2005-04-10 23:10:37 +00:00
parent e966a08922
commit 0cf434aab5
3 changed files with 15 additions and 65 deletions

View File

@@ -2761,9 +2761,7 @@ DisplayGameOptnsClick:
DGOptnsProcBox 78,150,[KeyOffsetMSw]
DGOptnsProcBox 78,160,[KeySlowDown]
DGOptnsProcBox 78,170,[EMUPauseKey]
%ifndef __MSDOS__
DGOptnsProcBox 178,100,[KeyRewind]
%endif
; DGOptnsProcBox 178,100,[KeyRewind]
DGOptnsProcBox 178,110,[KeyFastFrwrd]
DGOptnsProcBox 178,120,[KeyVolUp]
DGOptnsProcBox 178,130,[KeyVolDown]
@@ -3194,6 +3192,7 @@ DisplayGUISaveClick:
DGOptnsProcBox 8+25,148,[KeySaveState]
DGOptnsProcBox 8+57+25,148,[KeyLoadState]
DGOptnsProcBox 8+114+25,148,[KeyStateSelct]
DGOptnsProcBox 8+38,157,[KeyRewind]
ret
DrawMouse: