]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
Corrected two comments regarding IBSP version of the Q2 bsp format.
[xonotic/darkplaces.git] / model_shared.h
index 4a5bfbf7a9a73e64f4cb0fbcc40acb6c25487f4b..1de925742ed811894eaabdf5d5b62da6be50c0b6 100644 (file)
@@ -765,7 +765,7 @@ typedef struct model_brush_s
        qboolean isbsp2rmqe;
        // true if this model is a BSP2 .bsp file (expanded 32bit bsp format for DarkPlaces, others?)
        qboolean isbsp2;
-       // true if this model is a Quake2 .bsp file (IBSP46)
+       // true if this model is a Quake2 .bsp file (IBSP38)
        qboolean isq2bsp;
        // string of entity definitions (.map format)
        char *entities;