Push ZScript version to 3.8 and adapt accordingly to level global removal.
This isn't guaranteed to be 100% stable at the moment.
This commit is contained in:
parent
793fc320f4
commit
e3cf50b32c
16 changed files with 72 additions and 69 deletions
|
|
@ -152,7 +152,7 @@ Class ImpactHammer : UTWeapon
|
|||
if ( d.HitType == TRACE_HitWall ) d.HitLine.RemoteActivate(self,d.LineSide,SPAC_Impact,d.HitLocation-d.HitDir*4);
|
||||
}
|
||||
// push aside projectiles
|
||||
let t = ThinkerIterator.Create("Actor");
|
||||
let t = level.CreateThinkerIterator("Actor");
|
||||
Actor m;
|
||||
while ( m = Actor(t.Next()) )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue