mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 03:12:00 -04:00
fix overlapping uses of global variables in p_map.c for mbf21 complevel (#532)
This commit is contained in:
parent
cae303933b
commit
3ed57c3eff
@ -2226,10 +2226,13 @@ void P_CreateSecNodeList(mobj_t *thing,fixed_t x,fixed_t y)
|
|||||||
|
|
||||||
// [FG] Overlapping uses of global variables in p_map.c
|
// [FG] Overlapping uses of global variables in p_map.c
|
||||||
// http://prboom.sourceforge.net/mbf-bugs.html
|
// http://prboom.sourceforge.net/mbf-bugs.html
|
||||||
if (demo_compatibility)
|
if (demo_compatibility || mbf21)
|
||||||
{
|
{
|
||||||
tmthing = saved_tmthing;
|
tmthing = saved_tmthing;
|
||||||
tmflags = saved_tmflags;
|
tmflags = saved_tmflags;
|
||||||
|
}
|
||||||
|
if (demo_compatibility)
|
||||||
|
{
|
||||||
tmx = saved_tmx;
|
tmx = saved_tmx;
|
||||||
tmy = saved_tmy;
|
tmy = saved_tmy;
|
||||||
if (tmthing)
|
if (tmthing)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user