aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/UThemes.pas
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-04-07 11:49:45 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-04-07 11:49:45 +0000
commit5ccfc5107ed4006fad3253dfd9041a42049a90d4 (patch)
treefc52c2a811a07aae563cfb022af45e80b8920c95 /src/base/UThemes.pas
parent4ab95b917cedf79375da2918b3553e97e0ff404b (diff)
downloadusdx-5ccfc5107ed4006fad3253dfd9041a42049a90d4.tar.gz
usdx-5ccfc5107ed4006fad3253dfd9041a42049a90d4.tar.xz
usdx-5ccfc5107ed4006fad3253dfd9041a42049a90d4.zip
swap textures of statics colorized to playercolor in score screen
so ticket #1 should finally be fixed git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2221 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/base/UThemes.pas')
-rw-r--r--src/base/UThemes.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/UThemes.pas b/src/base/UThemes.pas
index 582f34e8..11598207 100644
--- a/src/base/UThemes.pas
+++ b/src/base/UThemes.pas
@@ -397,6 +397,7 @@ type
StaticBackLevelRound: array[1..6] of TThemeStatic;
StaticLevel: array[1..6] of TThemeStatic;
StaticLevelRound: array[1..6] of TThemeStatic;
+ StaticPlayerIdBox: array[1..6] of TThemeStatic;
// Description: array[0..5] of string;}
end;
@@ -1171,6 +1172,7 @@ begin
ThemeLoadStatic(Score.StaticBackLevelRound[I], 'ScoreStaticBackLevelRound' + IntToStr(I));
ThemeLoadStatic(Score.StaticLevel[I], 'ScoreStaticLevel' + IntToStr(I));
ThemeLoadStatic(Score.StaticLevelRound[I], 'ScoreStaticLevelRound' + IntToStr(I));
+ ThemeLoadStatic(Score.StaticPlayerIdBox[I], 'ScoreStaticPlayerIdBox' + IntToStr(I));
ThemeLoadStatic(Score.StaticRatings[I], 'ScoreStaticRatingPicture' + IntToStr(I));
end;