]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
got rid of use of eye in entity database
[xonotic/darkplaces.git] / client.h
index ff6f7b77cd49565254735a025bfe52730b563740..38402f6de4da02c3530c89da1e03a52c0256929c 100644 (file)
--- a/client.h
+++ b/client.h
@@ -429,15 +429,12 @@ typedef struct
        // [cl.maxclients]
        scoreboard_t *scores;
 
-       // used by view code for setting up eye position
-       vec3_t viewentorigin;
        // LordHavoc: sniping zoom, QC controlled
        float viewzoom;
        // for interpolation
        float viewzoomold, viewzoomnew;
 
        // entity database stuff
-       vec3_t viewentoriginold, viewentoriginnew;
        entity_database_t entitydatabase;
 }
 client_state_t;