]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
renamed PROTOCOL_VERSION stuff to PROTOCOL_QUAKE, PROTOCOL_DARKPLACES1, and so on
[xonotic/darkplaces.git] / common.h
index f3e7be34fc414a6332f2bef1e6ef72cbef7f97cb..302dee2d06e73227ca48bff6e10cb7fb8a3b827f 100644 (file)
--- a/common.h
+++ b/common.h
@@ -138,8 +138,6 @@ float MSG_ReadDPCoord (void);
 
 #define MSG_ReadVector(v) {(v)[0] = MSG_ReadCoord();(v)[1] = MSG_ReadCoord();(v)[2] = MSG_ReadCoord();}
 
-extern int dpprotocol;
-
 //============================================================================
 
 extern char com_token[1024];