aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenOptions.pas
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-04-08 21:50:36 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-04-08 21:50:36 +0000
commite9a8dafe97dfc4570e08bd8a1054e7f6e91ff8a1 (patch)
tree272113b6424e39bba71fb141b60c2ae7da3c52ad /Game/Code/Screens/UScreenOptions.pas
parentd838060882ea5a60e2dfad83156251367db0437f (diff)
downloadusdx-e9a8dafe97dfc4570e08bd8a1054e7f6e91ff8a1.tar.gz
usdx-e9a8dafe97dfc4570e08bd8a1054e7f6e91ff8a1.tar.xz
usdx-e9a8dafe97dfc4570e08bd8a1054e7f6e91ff8a1.zip
Fixed a Bug Fading in to Options Screen
Fixed Exit in Grafic Screen don't work git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@74 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Screens/UScreenOptions.pas')
-rw-r--r--Game/Code/Screens/UScreenOptions.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/Game/Code/Screens/UScreenOptions.pas b/Game/Code/Screens/UScreenOptions.pas
index 2a8d0d9a..0fffedac 100644
--- a/Game/Code/Screens/UScreenOptions.pas
+++ b/Game/Code/Screens/UScreenOptions.pas
@@ -232,6 +232,8 @@ begin
Button[3].Texture.ScaleW := Progress;
Button[4].Texture.ScaleW := Progress;
Button[5].Texture.ScaleW := Progress;
+ Button[6].Texture.ScaleW := Progress;
+ Button[7].Texture.ScaleW := Progress;
end;
end.