diff options
author | Tim Angus <tim@ngus.net> | 2007-09-21 12:44:36 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2007-09-21 12:44:36 +0000 |
commit | 0fde027e0d27deb88134c0875d10ebd40e0a0ba6 (patch) | |
tree | 73cf0799026d9a37960cbe8b4b60fbb22b92795b /src/qcommon/q_shared.h | |
parent | 1bfafb4aa17a057876cdd0b42b6ee1474b5ffce9 (diff) |
* Remove lots and lots of redundant comments
Diffstat (limited to 'src/qcommon/q_shared.h')
-rw-r--r-- | src/qcommon/q_shared.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h index f57575c2..74957af4 100644 --- a/src/qcommon/q_shared.h +++ b/src/qcommon/q_shared.h @@ -1152,7 +1152,7 @@ typedef enum { TR_LINEAR_STOP, TR_SINE, // value = base + sin( time / duration ) * delta TR_GRAVITY, - TR_BUOYANCY //TA: what the hell is this doing in here anyway? + TR_BUOYANCY } trType_t; typedef struct { @@ -1276,7 +1276,7 @@ typedef struct qtime_s { // server browser sources -// TTimo: AS_MPLAYER is no longer used +// AS_MPLAYER is no longer used #define AS_GLOBAL 0 #define AS_MPLAYER 1 #define AS_LOCAL 2 |