aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UDraw.pas
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-03-22 19:59:00 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-03-22 19:59:00 +0000
commitc33620b856f5106ba95638106c5a55ff88e5290c (patch)
tree3c77d4a382cbd23a05dfb4a59547e77a7af6c936 /Game/Code/Classes/UDraw.pas
parent541b91c3f40f283411faebe83d7cc50e2507c66e (diff)
downloadusdx-c33620b856f5106ba95638106c5a55ff88e5290c.tar.gz
usdx-c33620b856f5106ba95638106c5a55ff88e5290c.tar.xz
usdx-c33620b856f5106ba95638106c5a55ff88e5290c.zip
Fixed Bug: No BG in Party Mode and little Code clean up
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@16 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Classes/UDraw.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/Game/Code/Classes/UDraw.pas b/Game/Code/Classes/UDraw.pas
index 4e4691ad..31291788 100644
--- a/Game/Code/Classes/UDraw.pas
+++ b/Game/Code/Classes/UDraw.pas
@@ -71,6 +71,7 @@ begin
if ScreenSing.Tex_Background.TexNum >= 1 then begin
glClearColor (1, 1, 1, 1);
+ glColor4f (1, 1, 1, 1);
if (Ini.MovieSize = 0) then //HalfSize BG
begin