]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.c
Corrected two comments regarding IBSP version of the Q2 bsp format.
[xonotic/darkplaces.git] / model_brush.c
index c5189e1522bbf8c12f83564820f23f6e9d242ba2..cb09da6807e9ded36cd8cd1db778a324e583e73b 100644 (file)
@@ -2503,7 +2503,7 @@ static void Mod_Q1BSP_LoadFaces(sizebuf_t *sb)
        for (surfacenum = 0, surface = loadmodel->data_surfaces;surfacenum < count;surfacenum++, surface++)
        {
                surface->lightmapinfo = loadmodel->data_surfaces_lightmapinfo + surfacenum;
-               // the struct on disk is the same in BSP29 (Q1), BSP30 (HL1), and IBSP46 (Q2)
+               // the struct on disk is the same in BSP29 (Q1), BSP30 (HL1), and IBSP38 (Q2)
                planenum = loadmodel->brush.isbsp2 ? MSG_ReadLittleLong(sb) : (unsigned short)MSG_ReadLittleShort(sb);
                /*side = */loadmodel->brush.isbsp2 ? MSG_ReadLittleLong(sb) : (unsigned short)MSG_ReadLittleShort(sb);
                firstedge = MSG_ReadLittleLong(sb);