Module dpmod: Change committed

havoc at icculus.org havoc at icculus.org
Fri Feb 28 00:14:25 EST 2003


Commiter   : havoc
CVSROOT    : /cvs/cvsroot/twilight
Module     : dpmod
Commit time: 2003-02-28 05:14:25 UTC

Log message:

add a flash to the explosive slugs

Modified files:
     qc/explosion.qc

------=MIME.9b22ced5592ea07b8e4fde16add37cbe
Content-Type: text/plain; name="dpmod.20030228.051425.havoc.diff"
Content-Disposition: attachment; filename="dpmod.20030228.051425.havoc.diff"
Content-Transfer-Encoding: 8bit

Index: dpmod/qc/explosion.qc
diff -u dpmod/qc/explosion.qc:1.3 dpmod/qc/explosion.qc:1.4
--- dpmod/qc/explosion.qc:1.3	Thu Feb 13 21:47:16 2003
+++ dpmod/qc/explosion.qc	Fri Feb 28 00:14:15 2003
@@ -136,7 +136,10 @@
 			te_explosionrgb(e.origin, explosioncolor);
 	}
 	else
+	{
 		sound(e, CHAN_AUTO, "weapons/r_exp3.wav", 1, ATTN_NORM);
+		te_smallflash(e.origin);
+	}
 
 	T_RadiusDamage(e, e.owner, damg, radius, world, dt, DT_EXPLOSION, obitfunc);
 	remove(e);


More information about the twilight-commits mailing list