From 076e22aeceb449c0e76a85fca00c5593e683725d Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 18 Jun 2014 04:08:58 +0000 Subject: [PATCH] fix a /* warning in a comment git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12089 d7cf8633-e32d-0410-b094-e92efae38249 --- model_brush.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_brush.h b/model_brush.h index 609a041e..d417c62d 100644 --- a/model_brush.h +++ b/model_brush.h @@ -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; -- 2.39.2