diff options
Diffstat (limited to 'src/game/q_shared.h')
-rw-r--r-- | src/game/q_shared.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/q_shared.h b/src/game/q_shared.h index 18db9dd4..349369c8 100644 --- a/src/game/q_shared.h +++ b/src/game/q_shared.h @@ -1264,7 +1264,8 @@ typedef enum { TR_LINEAR, TR_LINEAR_STOP, TR_SINE, // value = base + sin( time / duration ) * delta - TR_GRAVITY + TR_GRAVITY, + TR_BUOYANCY //TA: what the hell is this doing in here anyway? } trType_t; typedef struct { @@ -1364,7 +1365,6 @@ typedef struct { typedef struct { glyphInfo_t glyphs [GLYPHS_PER_FONT]; - float glyphScale; char name[MAX_QPATH]; } fontInfo_t; |