let not pass a point of a temp stack var around

This commit is contained in:
Alam Ed Arias 2023-10-13 19:33:31 -04:00
parent 96beee1d4d
commit 1bf78686e2

View file

@ -3730,7 +3730,7 @@ void P_SlideMove(mobj_t *mo)
boolean papercol = false;
vertex_t v1, v2; // fake vertexes
line_t junk; // fake linedef
static line_t junk; // fake linedef
memset(&junk, 1, sizeof(junk));