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/UScreenEditSub.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 '')
-rw-r--r-- | Game/Code/Screens/UScreenEditSub.pas | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenEditSub.pas b/Game/Code/Screens/UScreenEditSub.pas index 52cd0b26..6094edd1 100644 --- a/Game/Code/Screens/UScreenEditSub.pas +++ b/Game/Code/Screens/UScreenEditSub.pas @@ -1096,6 +1096,8 @@ begin MidiOut.ProductName := 'Microsoft GS Wavetable SW Synth'; // for my kxproject without midi table
MidiOut.Open;
+ //MidiOut.SetVolume(65535, 65535);
+
CzyscNuty;
@@ -1113,7 +1115,7 @@ begin Music.Open(Path + AktSong.Mp3);
//Set Down Music Volume for Better hearability of Midi Sounds
- Music.SetVolume(40);
+ //Music.SetVolume(40);
Lyric.Clear;
Lyric.X := 400;
|