mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 15:21:44 +00:00
Attempting to fix the kickback
This commit is contained in:
parent
84a3935a05
commit
611951d070
1 changed files with 1 additions and 0 deletions
|
@ -1959,6 +1959,7 @@ void G_Damage(gentity_t * targ, gentity_t * inflictor, gentity_t * attacker,
|
|||
// JBravo: flydir was uninitialized in the case of MOD_FALLING. Dont know why it does not like to have flydir set
|
||||
// but I guess flydir = dir in MOD_FALLING is still better than random stack space has.
|
||||
VectorCopy(dir, flydir);
|
||||
flydir[2] += 0.4f;
|
||||
/* if (mod != MOD_FALLING) {
|
||||
VectorCopy(dir, flydir);
|
||||
// NiceAss: Although AQ2 has this, it was being much more
|
||||
|
|
Loading…
Reference in a new issue