diff options
author | Tequila <tequila@smokin-guns.org> | 2014-03-13 02:20:54 +0100 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2014-06-17 17:43:41 +0100 |
commit | 7fd2d99020512adce7f16465e0814cbcdb2bb8b3 (patch) | |
tree | fc240567fcd5e9a19c6d9a08f7758890e92b71b3 /src/renderercommon | |
parent | 316830895a91bfe9111230918960ab143c9db935 (diff) |
Bunch of comment fixes
Diffstat (limited to 'src/renderercommon')
-rw-r--r-- | src/renderercommon/tr_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |