Fixed disable Screensaver option.

This commit is contained in:
jbo_85
2006-02-19 20:51:53 +00:00
parent b8363cdeef
commit fd33cf0e3b
4 changed files with 28 additions and 35 deletions

View File

@@ -770,6 +770,9 @@ GUIOptionKeys:
GUIKeyCheckbox SidewinderFix,'I'
%elifdef __WIN32__
GUIKeyCheckbox HighPriority,'H'
pushad
call CheckPriority
popad
%endif
GUIKeyCheckbox FPSAtStart,'F'
GUIKeyCheckbox Turbo30hz,'E'
@@ -785,6 +788,9 @@ GUIOptionKeys:
%endif
%ifdef __WIN32__
GUIKeyCheckbox DisableScreenSaver,'I'
pushad
call CheckScreenSaver
popad
%endif
ret