]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Fixed the missing colorlength param on te_explosion2
authortomaz <tomaz@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 8 Aug 2004 21:04:51 +0000 (21:04 +0000)
committertomaz <tomaz@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 8 Aug 2004 21:04:51 +0000 (21:04 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4312 d7cf8633-e32d-0410-b094-e92efae38249

pr_cmds.c

index cab894a3b8797ac93572404484c506c5b120be88..0839455e32e146397e174ba87a37b4ed6843df5c 100644 (file)
--- a/pr_cmds.c
+++ b/pr_cmds.c
@@ -2504,6 +2504,7 @@ void PF_te_explosion2 (void)
        MSG_WriteDPCoord(&sv.datagram, G_VECTOR(OFS_PARM0)[2]);
        // color
        MSG_WriteByte(&sv.datagram, G_FLOAT(OFS_PARM1));
+       MSG_WriteByte(&sv.datagram, G_FLOAT(OFS_PARM2));
 }
 
 void PF_te_lightning1 (void)