diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-04-06 10:50:31 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-04-06 10:50:31 +0000 |
commit | ce1d554d8084e549beb20f01c8315b44adff5f3a (patch) | |
tree | 5bb7abd1d58fe6971a5847874b780e3f371c740f | |
parent | 4f7bf28056fefdcd000499c583a47738ce7d9b07 (diff) | |
download | usdx-ce1d554d8084e549beb20f01c8315b44adff5f3a.tar.gz usdx-ce1d554d8084e549beb20f01c8315b44adff5f3a.tar.xz usdx-ce1d554d8084e549beb20f01c8315b44adff5f3a.zip |
Changed Osci/Bar Standard Value to Bar
So the Rating bar is Visible at first Startup
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@68 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | Game/Code/Classes/UIni.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/UIni.pas b/Game/Code/Classes/UIni.pas index 7ab8de99..d5589ea3 100644 --- a/Game/Code/Classes/UIni.pas +++ b/Game/Code/Classes/UIni.pas @@ -259,7 +259,7 @@ begin if Tekst = ISingWindow[Pet] then Ini.SingWindow := Pet;
// Oscilloscope
- Tekst := IniFile.ReadString('Graphics', 'Oscilloscope', 'Off');
+ Tekst := IniFile.ReadString('Graphics', 'Oscilloscope', 'Bar');
for Pet := 0 to High(IOscilloscope) do
if Tekst = IOscilloscope[Pet] then Ini.Oscilloscope := Pet;
|