diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-04-05 21:09:52 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-04-05 21:09:52 +0000 |
commit | 9d01c8801db29d6ff3d64ef81b84321549d84688 (patch) | |
tree | 142baabaca02828cc5ad234246b1b6157bf04bb6 /Game/Code/Screens/UScreenOptionsGraphics.pas | |
parent | 939b36edbd126e5ce4d53d4c3d2fe157ae64149d (diff) | |
download | usdx-9d01c8801db29d6ff3d64ef81b84321549d84688.tar.gz usdx-9d01c8801db29d6ff3d64ef81b84321549d84688.tar.xz usdx-9d01c8801db29d6ff3d64ef81b84321549d84688.zip |
Added Advanced Screen and Options in TIni
Options working now only for Effect Perfect and Effect Golden.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@65 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Screens/UScreenOptionsGraphics.pas')
-rw-r--r-- | Game/Code/Screens/UScreenOptionsGraphics.pas | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenOptionsGraphics.pas b/Game/Code/Screens/UScreenOptionsGraphics.pas index 62648e0c..d39a10c8 100644 --- a/Game/Code/Screens/UScreenOptionsGraphics.pas +++ b/Game/Code/Screens/UScreenOptionsGraphics.pas @@ -84,7 +84,6 @@ begin AddSelect(Theme.OptionsGraphics.SelectFullscreen, Ini.Fullscreen, IFullscreen);
AddSelect(Theme.OptionsGraphics.SelectDepth, Ini.Depth, IDepth);
AddSelect(Theme.OptionsGraphics.SelectOscilloscope, Ini.Oscilloscope, IOscilloscope);
- AddSelect(Theme.OptionsGraphics.SelectLineBonus, Ini.LineBonus, ILineBonus);
AddSelect(Theme.OptionsGraphics.SelectMovieSize, Ini.MovieSize, IMovieSize);
|