]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
if a skyboxskinframe is missing, don't draw that sky surface (fixes crash if some...
[xonotic/darkplaces.git] / client.h
index 3fcec6a20665484c98ae65a9a4926f55fbbf33dd..f3d1cccebf2c4e621fe149f502144e3d120c670e 100644 (file)
--- a/client.h
+++ b/client.h
@@ -718,6 +718,11 @@ typedef struct client_static_s
 
        // crypto channel
        crypto_t crypto;
+
+       // ProQuake compatibility stuff
+       int proquake_servermod; // 0 = not proquake, 1 = proquake
+       int proquake_serverversion; // actual proquake server version * 10 (3.40 = 34, etc)
+       int proquake_serverflags; // 0 (PQF_CHEATFREE not supported)
 }
 client_static_t;