mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 02:42:20 +00:00
let not pass a point of a temp stack var around
This commit is contained in:
parent
96beee1d4d
commit
1bf78686e2
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in a new issue