]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.c
gave names to nearly all structs and enums which should make for better C++ error...
[xonotic/darkplaces.git] / model_brush.c
index 3e57add488ce07806c034e54cae62bd90670fe61..0d3f10dca050c78949108b2ac5d452a9c6123804 100644 (file)
@@ -429,7 +429,7 @@ int Mod_Q1BSP_NativeContentsFromSuperContents(model_t *model, int supercontents)
        return CONTENTS_EMPTY;
 }
 
-typedef struct
+typedef struct RecursiveHullCheckTraceInfo_s
 {
        // the hull we're tracing through
        const hull_t *hull;