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:
Marisa the Magician 2019-01-20 16:32:26 +01:00
commit e3cf50b32c
16 changed files with 72 additions and 69 deletions

View file

@ -411,7 +411,7 @@ Class UTRocketLauncher : UTWeapon
// lock-on check
action void A_CheckTarget()
{
let t = ThinkerIterator.Create("Actor");
let t = level.CreateThinkerIterator("Actor");
Actor a;
double closest = double.max;
invoker.LockedTarget = null;