]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.h
removal of various id386 junk
[xonotic/darkplaces.git] / model_brush.h
index 8deb6abbc5e30cda1e0b3e1baa1f7078d88967ac..40970db34e77318b0ec80ca0688d0298664627cc 100644 (file)
@@ -42,7 +42,6 @@ typedef struct
 
 
 // plane_t structure
-// !!! if this is changed, it must be changed in asm_i386.h too !!!
 typedef struct mplane_s
 {
        vec3_t  normal;
@@ -181,7 +180,6 @@ typedef struct mleaf_s
        byte            ambient_sound_level[NUM_AMBIENTS];
 } mleaf_t;
 
-// !!! if this is changed, it must be changed in asm_i386.h too !!!
 typedef struct
 {
        dclipnode_t     *clipnodes;