From 5e6c899a2d5093e8f432faaf758c47d70023ff32 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Sun, 13 Nov 2022 20:09:06 +1100 Subject: [PATCH] - Comment out `CoreActor::sectp` for now so the games boot up. --- wadsrc/static/zscript/coreactor.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/coreactor.zs b/wadsrc/static/zscript/coreactor.zs index 37fcaf667..9aeb99c78 100644 --- a/wadsrc/static/zscript/coreactor.zs +++ b/wadsrc/static/zscript/coreactor.zs @@ -7,7 +7,7 @@ enum EClipMask class CoreActor native { - native readonly sectortype sectp; + //native readonly sectortype sectp; native int16 cstat; //native int16 picnum; // access is disabled to allow later refactoring.