]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - bspfile.h
Rename dhullinfo_t to hullinfo_t, fix byte->qbyte. More fixes later! Don't complain...
[xonotic/darkplaces.git] / bspfile.h
index 730fbde4ccab5c68cbaabbe1a05702411040bf0b..c9697b360554228a1d45f8c0bdee4a87d2900e63 100644 (file)
--- a/bspfile.h
+++ b/bspfile.h
@@ -60,7 +60,7 @@ typedef struct
        int                     numhulls;
        int                     filehulls;
        float           hullsizes[MAX_MAP_HULLS][2][3];
        int                     numhulls;
        int                     filehulls;
        float           hullsizes[MAX_MAP_HULLS][2][3];
-} dhullinfo_t;
+} hullinfo_t;
 
 typedef struct
 {
 
 typedef struct
 {