diff options
author | Tim Angus <tim@ngus.net> | 2006-03-28 11:16:09 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-03-28 11:16:09 +0000 |
commit | f42f817cba50d1a40f27b17e56a210fc5f2ad22e (patch) | |
tree | 2da93f7f55695b47877d9e827b5e966313bd23e1 /src/game | |
parent | 64f805804409732a1dade13a37bd1c8fd6083c7d (diff) |
* Increase Dragoon range slighly
* Disable static_transform particle system warning
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/tremulous.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h index c0f5aa9f..6357981e 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -85,7 +85,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define LEVEL3_CLAW_REPEAT 700 #define LEVEL3_CLAW_U_REPEAT 600 #define LEVEL3_POUNCE_DMG ADM(100) -#define LEVEL3_POUNCE_RANGE 64.0f +#define LEVEL3_POUNCE_RANGE 72.0f #define LEVEL3_POUNCE_WIDTH 16.0f #define LEVEL3_POUNCE_SPEED 700 #define LEVEL3_POUNCE_UPG_SPEED 800 |