Another function that doesn't need to play scoped.

This commit is contained in:
Mari the Deer 2022-12-18 21:47:24 +01:00
commit dca677f74f
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
[default] [default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r700 \cu(Sun 18 Dec 21:42:00 CET 2022)\c-"; SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r701 \cu(Sun 18 Dec 21:47:24 CET 2022)\c-";
SWWM_SHORTVER="\cw1.3pre r700 \cu(2022-12-18 21:42:00)\c-"; SWWM_SHORTVER="\cw1.3pre r701 \cu(2022-12-18 21:47:24)\c-";

View file

@ -204,7 +204,7 @@ Class UseLineTracer : LineTracer
{ {
Array<UseList> uses; Array<UseList> uses;
static play bool TangibleLine( UseList u ) static bool TangibleLine( UseList u )
{ {
if ( u.hitpart != TIER_MIDDLE ) return true; // lower/upper/ffloor if ( u.hitpart != TIER_MIDDLE ) return true; // lower/upper/ffloor
Line l = u.HitLine; Line l = u.HitLine;