]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
libcurl: Use the generic linked list
[xonotic/darkplaces.git] / common.h
index 95a12ab3b98c081c04573ab7e9531df8262a8e79..169d989bd257a82c12b0eab8a7673e2565b29526 100644 (file)
--- a/common.h
+++ b/common.h
@@ -131,7 +131,7 @@ void StoreLittleShort (unsigned char *buffer, unsigned short i);
 typedef enum protocolversion_e
 {
        PROTOCOL_UNKNOWN,
-       PROTOCOL_DARKPLACES8, ///< wip
+       PROTOCOL_DARKPLACES8, ///< added parting messages. WIP
        PROTOCOL_DARKPLACES7, ///< added QuakeWorld-style movement protocol to allow more consistent prediction
        PROTOCOL_DARKPLACES6, ///< various changes
        PROTOCOL_DARKPLACES5, ///< uses EntityFrame5 entity snapshot encoder/decoder which is based on a Tribes networking article at http://www.garagegames.com/articles/networking1/