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

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