Move most case to lower, since win/dos don't care, may have fixed the savestate

bug also.
This commit is contained in:
theoddone33
2002-02-27 04:00:58 +00:00
parent 901c8def98
commit f472a87358
12 changed files with 10 additions and 278 deletions

View File

@@ -1922,7 +1922,7 @@ DisplayGUIConfirmClick:
ret
DisplayGUIChoseSaveClick:
GUIPButtonHole 10,28,byte[GUIChoseSaveText2],'T'
GUIPButtonHole 10,28,byte[GUIChoseSaveText2],'t'
GUIPButtonHole 30,28,byte[GUIChoseSaveText2],'1'
GUIPButtonHole 50,28,byte[GUIChoseSaveText2],'2'
GUIPButtonHole 70,28,byte[GUIChoseSaveText2],'3'
@@ -1947,11 +1947,7 @@ DisplayGUIMovieClick:
GUIPHoldbutton 7,17,49,28,16
GUIPHoldbutton 7,33,49,44,17
GUIPHoldbutton 7,49,49,60,18
%ifdef __LINUX__
GUIPButtonHole 60,25,byte[CMovieExt],'v'
%else
GUIPButtonHole 60,25,byte[CMovieExt],'V'
%endif
GUIPButtonHole 80,25,byte[CMovieExt],'1'
GUIPButtonHole 100,25,byte[CMovieExt],'2'
GUIPButtonHole 120,25,byte[CMovieExt],'3'