diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-06-10 09:11:40 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-06-10 09:11:40 +0000 |
commit | 5575456e1071a7408bc91a6c9b9277f4fce1e785 (patch) | |
tree | 10b94b65ff8f37066734a9236cca2c2b54e214ef | |
parent | 88a3cad5410c654d44eeea006818eb86c18542c1 (diff) | |
download | usdx-5575456e1071a7408bc91a6c9b9277f4fce1e785.tar.gz usdx-5575456e1071a7408bc91a6c9b9277f4fce1e785.tar.xz usdx-5575456e1071a7408bc91a6c9b9277f4fce1e785.zip |
Fixed not existing SongEqualizer Color causing the EInvalidPointer exception on exit
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@253 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | Themes/Classic.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Themes/Classic.ini b/Themes/Classic.ini index 1b5fb857..9e02de8f 100644 --- a/Themes/Classic.ini +++ b/Themes/Classic.ini @@ -262,7 +262,7 @@ Reflections=0 [SongEqualizer]
Visible=1
Direction=1
-Color =Grey
+Color =Black
Alpha=1
X=320
Y=488
|