]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
fix cl.completed_time math after that last commit
[xonotic/darkplaces.git] / common.h
index 97c6e799557dc010f670fe22c802343a3192c9b6..ac7e6cbc0d19fdf24e15b034a3da1c1e719688fd 100644 (file)
--- a/common.h
+++ b/common.h
@@ -63,6 +63,10 @@ unsigned short CRC_Block(const unsigned char *data, size_t size);
 
 unsigned char COM_BlockSequenceCRCByteQW(unsigned char *base, int length, int sequence);
 
+// these are actually md4sum (mdfour.c)
+unsigned Com_BlockChecksum (void *buffer, int length);
+void Com_BlockFullChecksum (void *buffer, int len, unsigned char *outbuf);
+
 
 //============================================================================
 //                                                     Endianess handling
@@ -242,7 +246,6 @@ typedef enum gamemode_e
        GAME_TEU,
        GAME_BATTLEMECH,
        GAME_ZYMOTIC,
-       GAME_FNIGGIUM,
        GAME_SETHERAL,
        GAME_SOM,
        GAME_TENEBRAE, // full of evil hackery