]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix a /* warning in a comment
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 18 Jun 2014 04:08:58 +0000 (04:08 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 18 Jun 2014 04:08:58 +0000 (04:08 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12089 d7cf8633-e32d-0410-b094-e92efae38249

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;