UseLinePos doesn't need to be play scoped.

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

View file

@ -386,7 +386,7 @@ extend Class SWWMUtility
return false;
}
static play Vector3 UseLinePos( Line l )
static Vector3 UseLinePos( Line l )
{
Vector3 al, ah, bl, bh;
if ( !l.sidedef[1] )