UseLinePos doesn't need to be play scoped.
This commit is contained in:
parent
e5cb32bc02
commit
dd7070b453
2 changed files with 3 additions and 3 deletions
|
|
@ -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-";
|
||||
|
|
|
|||
|
|
@ -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] )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue