]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
slightly changed color of iceblast in prydon
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 25 Aug 2004 02:07:48 +0000 (02:07 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 25 Aug 2004 02:07:48 +0000 (02:07 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4372 d7cf8633-e32d-0410-b094-e92efae38249

cl_main.c
cl_particles.c

index b387273f45b2abc8eab3f33167b74446c97aecd1..8ab9bf730417ba593fea2b66cbf8085fdfdaee2c 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -789,8 +789,8 @@ void CL_LinkNetworkEntity(entity_t *e)
                                if (gamemode == GAME_PRYDON)
                                {
                                        dlightradius = max(dlightradius, 100);
-                                       dlightcolor[0] += 0.50f;
-                                       dlightcolor[1] += 0.50f;
+                                       dlightcolor[0] += 0.30f;
+                                       dlightcolor[1] += 0.60f;
                                        dlightcolor[2] += 1.20f;
                                }
                                else
index 6e936f9213a052414f999590e2af7aaf061fbc5b..081d3ae531801f89dad6fde7187d2867c3dffa17 100644 (file)
@@ -1196,7 +1196,7 @@ void CL_RocketTrail (vec3_t start, vec3_t end, int type, entity_t *ent)
                                        if (gamemode == GAME_GOODVSBAD2)
                                                particle(pt_static, PARTICLE_BILLBOARD, particlepalette[0 + (rand()&255)], particlepalette[0 + (rand()&255)], tex_particle, false, PBLEND_ALPHA, 6, 6, qd*255, qd*384, 9999, 0, 0, pos[0], pos[1], pos[2], lhrandom(-8, 8), lhrandom(-8, 8), lhrandom(-8, 8), 0, 0, 0, 0, 0, 0);
                                        else if (gamemode == GAME_PRYDON)
-                                               particle(pt_static, PARTICLE_BILLBOARD, 0x202040, 0x202040, tex_particle, false, PBLEND_ADD, 6, 6, qd*128, qd*384, 9999, 0, 0, pos[0], pos[1], pos[2], lhrandom(-8, 8), lhrandom(-8, 8), lhrandom(-8, 8), 0, 0, 0, 0, 0, 0);
+                                               particle(pt_static, PARTICLE_BILLBOARD, 0x103040, 0x204050, tex_particle, false, PBLEND_ADD, 6, 6, qd*128, qd*384, 9999, 0, 0, pos[0], pos[1], pos[2], lhrandom(-8, 8), lhrandom(-8, 8), lhrandom(-8, 8), 0, 0, 0, 0, 0, 0);
                                        else
                                                particle(pt_static, PARTICLE_BILLBOARD, 0x502030, 0x502030, tex_particle, false, PBLEND_ADD, 6, 6, qd*128, qd*384, 9999, 0, 0, pos[0], pos[1], pos[2], lhrandom(-8, 8), lhrandom(-8, 8), lhrandom(-8, 8), 0, 0, 0, 0, 0, 0);
                                }