mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-14 17:00:42 +00:00
Reduced the "arc" knife does
This commit is contained in:
parent
0fba1b1322
commit
08555edb8d
1 changed files with 5 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.41 2002/04/02 00:28:10 slicer
|
||||||
|
// Reduced the "arc" knife does
|
||||||
|
//
|
||||||
// Revision 1.40 2002/03/31 19:15:21 makro
|
// Revision 1.40 2002/03/31 19:15:21 makro
|
||||||
// Door kicking - ignore doors with targetnames
|
// Door kicking - ignore doors with targetnames
|
||||||
//
|
//
|
||||||
|
@ -1398,7 +1401,8 @@ void Weapon_Knife_Fire(gentity_t *ent)
|
||||||
}
|
}
|
||||||
|
|
||||||
// extra vertical velocity
|
// extra vertical velocity
|
||||||
forward[2] += 0.2f;
|
//Slicer reduced from 0.2 to 0.1
|
||||||
|
forward[2] += 0.1f;
|
||||||
|
|
||||||
//Elder: already done in Knife_Throw
|
//Elder: already done in Knife_Throw
|
||||||
//VectorNormalize( forward );
|
//VectorNormalize( forward );
|
||||||
|
|
Loading…
Reference in a new issue