]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - protocol.h
particle effect changes and code cleanup
[xonotic/darkplaces.git] / protocol.h
index daa2bea8764c1d0d04c719a434bde5f136b936fc..616f24874d69c6dcbfc46a20e3c551f3767903ba 100644 (file)
@@ -182,7 +182,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #define svc_farclip                    50              // [coord] size (default is 6144)
 #define svc_fog                                51              // [byte] enable <optional past this point, only included if enable is true> [float] density [byte] red [byte] green [byte] blue
-#define svc_playerposition     52              // only used in dpprotocol mode
+//#define svc_playerposition   52              // only used in dpprotocol mode
 
 //
 // client to server
@@ -232,3 +232,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #define TE_SUPERSPIKEQUAD      59 // [vector] origin
 // LordHavoc: block2 - 70-80
 #define TE_EXPLOSIONQUAD       70 // [vector] origin
+#define        TE_BLOOD2                       71 // [vector] origin
\ No newline at end of file