]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
comments
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 11 Nov 2009 14:08:17 +0000 (14:08 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 11 Nov 2009 14:08:17 +0000 (14:08 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9463 d7cf8633-e32d-0410-b094-e92efae38249

model_brush.h

index f2e9e94885be4ea1f007945e6abf4cb3b4b4d90b..ffe9599fc5efa1b6454d152a9d60212e19ed7dac 100644 (file)
@@ -51,8 +51,8 @@ typedef struct mplane_s
        vec3_t normal;
        float dist;
        // for texture axis selection and fast side tests
-       int type;
-       int signbits;
+       int type; // set by PlaneClassify()
+       int signbits; // set by PlaneClassify()
 }
 mplane_t;