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

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

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] )