mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
ifdefs make indenting confusing
This commit is contained in:
parent
07f9ddc45a
commit
360e8f28b4
1 changed files with 5 additions and 5 deletions
10
src/p_mobj.c
10
src/p_mobj.c
|
@ -7979,13 +7979,13 @@ static void P_MobjSceneryThink(mobj_t *mobj)
|
|||
P_SetThingPosition(mobj);
|
||||
|
||||
if (!mobj->fuse)
|
||||
{
|
||||
{
|
||||
#ifdef HAVE_BLUA
|
||||
if (!LUAh_MobjFuse(mobj))
|
||||
if (!LUAh_MobjFuse(mobj))
|
||||
#endif
|
||||
P_RemoveMobj(mobj);
|
||||
return;
|
||||
}
|
||||
P_RemoveMobj(mobj);
|
||||
return;
|
||||
}
|
||||
if (mobj->fuse < 0)
|
||||
return;
|
||||
if ((--mobj->fuse) < 6)
|
||||
|
|
Loading…
Reference in a new issue