mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
remove MBF_STRICT macro, complevel 11 isn't even affected
This commit is contained in:
parent
08cb38191d
commit
45f6abe217
@ -438,7 +438,6 @@ void (*P_SetThingPosition)(struct mobj_s *thing) = P_SetThingPosition_MBF;
|
|||||||
|
|
||||||
void P_SetThingPosition_SetFuncs(void)
|
void P_SetThingPosition_SetFuncs(void)
|
||||||
{
|
{
|
||||||
#ifndef MBF_STRICT
|
|
||||||
if (demo_version < DV_MBF)
|
if (demo_version < DV_MBF)
|
||||||
{
|
{
|
||||||
P_UnsetThingPosition = P_UnsetThingPosition_Boom;
|
P_UnsetThingPosition = P_UnsetThingPosition_Boom;
|
||||||
@ -449,7 +448,6 @@ void P_SetThingPosition_SetFuncs(void)
|
|||||||
P_UnsetThingPosition = P_UnsetThingPosition_MBF;
|
P_UnsetThingPosition = P_UnsetThingPosition_MBF;
|
||||||
P_SetThingPosition = P_SetThingPosition_MBF;
|
P_SetThingPosition = P_SetThingPosition_MBF;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// killough 3/15/98:
|
// killough 3/15/98:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user