From 15a0baadd6ed122279ebbcb70a80a7be86332b93 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 8 Jul 2021 10:04:47 +0200 Subject: [PATCH] - fixed ZScript compilation. --- wadsrc/static/zscript/actors/mbf21.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/actors/mbf21.zs b/wadsrc/static/zscript/actors/mbf21.zs index 71da9e6a3..798ac0419 100644 --- a/wadsrc/static/zscript/actors/mbf21.zs +++ b/wadsrc/static/zscript/actors/mbf21.zs @@ -53,7 +53,7 @@ extend class Actor if (mo.bMissile || mo.bMbfBouncer) { // if spawner is also a missile, copy 'em - if (defaults.bMissile || defaults.bMbfBouncer) + if (default.bMissile || default.bMbfBouncer) { mo.target = self.target; mo.tracer = self.tracer;