mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 23:32:06 +00:00
knife velocity modification (NiceAss)
This commit is contained in:
parent
78749c26ce
commit
64667320ce
1 changed files with 14 additions and 14 deletions
|
@ -278,7 +278,7 @@ typedef enum {
|
||||||
#define GRENADE_LONG_SPEED 920
|
#define GRENADE_LONG_SPEED 920
|
||||||
|
|
||||||
//Elder: knife throw speed - from the AQ2 source
|
//Elder: knife throw speed - from the AQ2 source
|
||||||
#define THROW_SPEED 1200
|
#define THROW_SPEED 1100 // NiceAss: Changed to 1100 (from 1200)
|
||||||
|
|
||||||
//Elder: special flag needed in both games
|
//Elder: special flag needed in both games
|
||||||
#define FL_THROWN_KNIFE 0x00040000 // Elder: thrown knife special case
|
#define FL_THROWN_KNIFE 0x00040000 // Elder: thrown knife special case
|
||||||
|
|
Loading…
Reference in a new issue