aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UIni.pas
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-04-06 10:50:31 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-04-06 10:50:31 +0000
commitce1d554d8084e549beb20f01c8315b44adff5f3a (patch)
tree5bb7abd1d58fe6971a5847874b780e3f371c740f /Game/Code/Classes/UIni.pas
parent4f7bf28056fefdcd000499c583a47738ce7d9b07 (diff)
downloadusdx-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
Diffstat (limited to 'Game/Code/Classes/UIni.pas')
-rw-r--r--Game/Code/Classes/UIni.pas2
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;