diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-07 11:49:45 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-07 11:49:45 +0000 |
commit | 5ccfc5107ed4006fad3253dfd9041a42049a90d4 (patch) | |
tree | fc52c2a811a07aae563cfb022af45e80b8920c95 /src/menu | |
parent | 4ab95b917cedf79375da2918b3553e97e0ff404b (diff) | |
download | usdx-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 '')
-rw-r--r-- | src/menu/UMenu.pas | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/menu/UMenu.pas b/src/menu/UMenu.pas index 30cd9d4d..d30efaa7 100644 --- a/src/menu/UMenu.pas +++ b/src/menu/UMenu.pas @@ -168,6 +168,8 @@ type procedure AddBox(X, Y, W, H: real); end; +function RGBFloatToInt(R, G, B: double): cardinal; + const MENU_MDOWN = 8; MENU_MUP = 0; |