Projectile physics hotfix from Demolitionist.
This commit is contained in:
parent
ba4fabc410
commit
ec1794c755
14 changed files with 65 additions and 2 deletions
|
|
@ -91,6 +91,8 @@ Class URocketTrail : Actor
|
|||
|
||||
Class URocket : Actor
|
||||
{
|
||||
Mixin UMissileFix;
|
||||
|
||||
Vector3 InitialDir, Acceleration;
|
||||
int ticcnt;
|
||||
bool ringex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue