entryway
Forum Staple
Posts: 2522
Registered: 01-04 |
andrewj said:
What happens, does the EXE write into a bad memory address?
Read: if (!NULL->dx)
code: void P_BounceWall(mobj_t *mo)
{
...
P_PathTraverse(leadx, leady, leadx+mo->momx, leady+mo->momy,
PT_ADDLINES, PTR_BounceTraverse);
// entryway: bestslideline is NULL
side = P_PointOnLineSide(mo->x, mo->y, bestslideline);
I can crash chocolate-hexen in two seconds
|