]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
overhauled mod_q3bsp_lightmapmergepower code, to fix very weird bugs
[xonotic/darkplaces.git] / model_shared.h
index 15808eab9a224d7c6eca6b56906a635f7ddfb82a..4f0905e18dc48895b68c4bd8c845a64fece27e79 100644 (file)
@@ -879,7 +879,9 @@ typedef struct model_brushq3_s
        // lightmap textures
        int num_originallightmaps;
        int num_mergedlightmaps;
-       int num_lightmapmergepower;
+       int num_lightmapmergedwidthpower;
+       int num_lightmapmergedheightpower;
+       int num_lightmapmergedwidthheightdeluxepower;
        int num_lightmapmerge;
        rtexture_t **data_lightmaps;
        rtexture_t **data_deluxemaps;