Small hotfix
This commit is contained in:
parent
ac4c53b3ef
commit
fd5b31b2b2
1 changed files with 0 additions and 3 deletions
|
|
@ -2909,7 +2909,6 @@ Class UTTeleParticle : UTMeshParticle
|
|||
|
||||
Class WaterHit
|
||||
{
|
||||
Sector sect;
|
||||
Vector3 hitpos;
|
||||
}
|
||||
|
||||
|
|
@ -2961,14 +2960,12 @@ Class UTBulletTrail : LineTracer
|
|||
if ( Results.CrossedWater )
|
||||
{
|
||||
let hl = new("WaterHit");
|
||||
hl.sect = Results.CrossedWater;
|
||||
hl.hitpos = Results.CrossedWaterPos;
|
||||
WaterHitList.Push(hl);
|
||||
}
|
||||
else if ( Results.Crossed3DWater )
|
||||
{
|
||||
let hl = new("WaterHit");
|
||||
hl.sect = Results.Crossed3DWater;
|
||||
hl.hitpos = Results.Crossed3DWaterPos;
|
||||
WaterHitList.Push(hl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue