]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_brush.h
fix a /* warning in a comment
[xonotic/darkplaces.git] / model_brush.h
index 609a041e0216992d9f9f620318fecc5443e66631..d417c62d0ad8048c231d927fa685c988d56f580a 100644 (file)
@@ -345,7 +345,7 @@ typedef struct q2texinfo_s
        float           vecs[2][4];             // [s/t][xyz offset]
        int                     flags;                  // miptex flags + overrides
        int                     value;                  // light emission, etc
-       char            texture[32];    // texture name (textures/*.wal)
+       char            texture[32];    // texture name (textures/something.wal)
        int                     nexttexinfo;    // for animations, -1 = end of chain
 } q2texinfo_t;