From 7fd2d99020512adce7f16465e0814cbcdb2bb8b3 Mon Sep 17 00:00:00 2001 From: Tequila Date: Thu, 13 Mar 2014 02:20:54 +0100 Subject: Bunch of comment fixes --- src/renderercommon/tr_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/renderercommon') diff --git a/src/renderercommon/tr_types.h b/src/renderercommon/tr_types.h index b63729c4..0e2222e9 100644 --- a/src/renderercommon/tr_types.h +++ b/src/renderercommon/tr_types.h @@ -54,6 +54,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define RF_SHADOW_PLANE 0x0100 // use refEntity->shadowPlane #define RF_WRAP_FRAMES 0x0200 // mod the model frames by the maxframes to allow continuous + // animation without needing to know the frame count // refdef flags #define RDF_NOWORLDMODEL 0x0001 // used for player configuration screen -- cgit