mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 03:12:00 -04:00
cosmetics
This commit is contained in:
parent
8f9551f183
commit
08cb38191d
@ -436,7 +436,7 @@ static void P_SetThingPosition_MBF(mobj_t *thing)
|
||||
void (*P_UnsetThingPosition)(struct mobj_s *thing) = P_UnsetThingPosition_MBF;
|
||||
void (*P_SetThingPosition)(struct mobj_s *thing) = P_SetThingPosition_MBF;
|
||||
|
||||
void P_SetThingPosition_Funcs (void)
|
||||
void P_SetThingPosition_SetFuncs(void)
|
||||
{
|
||||
#ifndef MBF_STRICT
|
||||
if (demo_version < DV_MBF)
|
||||
@ -445,11 +445,11 @@ void P_SetThingPosition_Funcs (void)
|
||||
P_SetThingPosition = P_SetThingPosition_Boom;
|
||||
}
|
||||
else
|
||||
#endif
|
||||
{
|
||||
P_UnsetThingPosition = P_UnsetThingPosition_MBF;
|
||||
P_SetThingPosition = P_SetThingPosition_MBF;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
// killough 3/15/98:
|
||||
|
@ -78,7 +78,7 @@ struct mobj_s *P_RoughTargetSearch(struct mobj_s *mo, angle_t fov, int distance)
|
||||
boolean P_SightPathTraverse(fixed_t x1, fixed_t y1, fixed_t x2, fixed_t y2);
|
||||
boolean PTR_SightTraverse(intercept_t *in);
|
||||
boolean P_CheckSight_12(struct mobj_s *t1, struct mobj_s *t2);
|
||||
void P_SetThingPosition_Funcs (void);
|
||||
void P_SetThingPosition_SetFuncs (void);
|
||||
|
||||
extern fixed_t opentop;
|
||||
extern fixed_t openbottom;
|
||||
|
@ -1715,7 +1715,7 @@ void P_SetupLevel(int episode, int map, int playermask, skill_t skill)
|
||||
deathmatch_p = deathmatchstarts;
|
||||
P_MapStart();
|
||||
|
||||
P_SetThingPosition_Funcs();
|
||||
P_SetThingPosition_SetFuncs();
|
||||
|
||||
P_LoadThings(lumpnum+ML_THINGS);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user