]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
corrected a few LittleLongs to LittleFloat in md3 loading (EEP those were bad)
[xonotic/darkplaces.git] / client.h
index 7682a9571fea60ea32dd9c0f05f36da8cd8b88e4..4713f19dffb34561c45c4768529e1c6488d73978 100644 (file)
--- a/client.h
+++ b/client.h
@@ -424,6 +424,7 @@ typedef struct
 
        // entity database stuff
        entity_database_t entitydatabase;
+       entity_database4_t entitydatabase4;
 }
 client_state_t;