Projectile physics hotfix from Demolitionist.
This commit is contained in:
parent
602a89cc68
commit
9e43bf8b8b
11 changed files with 57 additions and 7 deletions
|
|
@ -60,6 +60,8 @@ Class UTBlood : Actor
|
|||
// single drop of blod
|
||||
Class UTBloodDrop : Actor
|
||||
{
|
||||
Mixin UTMissileFix;
|
||||
|
||||
Default
|
||||
{
|
||||
Scale 0.24;
|
||||
|
|
@ -450,6 +452,8 @@ Class UTPlayerGibber : UTGibber
|
|||
// Chunks
|
||||
Class UTGib : Actor
|
||||
{
|
||||
Mixin UTMissileFix;
|
||||
|
||||
double rollvel, anglevel, pitchvel;
|
||||
|
||||
Default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue