]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
Pure cleaning commit: removed "crc.[ch]" and "gl_warp_sin.h", removed dead functions...
[xonotic/darkplaces.git] / server.h
index 8e94e5adb63cf76bd6af20a45dd7324e81a9a3d2..15f519325d181c8320e8a29cd9ab5e52664121ca 100644 (file)
--- a/server.h
+++ b/server.h
@@ -116,8 +116,6 @@ typedef struct client_s
        qboolean sendsignon;
        // remove this client immediately
        qboolean deadsocket;
-       // index of this client in the svs.clients array
-       int number;
 
        // reliable messages must be sent periodically
        double last_message;
@@ -149,8 +147,6 @@ typedef struct client_s
        char name[64], old_name[64];
        int colors, old_colors;
        int frags, old_frags;
-       // other properties not sent across the network
-       int pmodel;
 
        // visibility state
        float visibletime[MAX_EDICTS];