mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-19 16:51:53 +00:00
Merge branch 'remove-scale-deadcode' into 'next'
Remove unused switch-case in P_MobjScaleThink See merge request STJr/SRB2!2605
This commit is contained in:
commit
65acbafcaf
1 changed files with 0 additions and 8 deletions
|
@ -7013,14 +7013,6 @@ static void P_MobjScaleThink(mobj_t *mobj)
|
|||
mobj->z -= (mobj->height - oldheight)/2;
|
||||
else if (correctionType == 2)
|
||||
mobj->z -= mobj->height - oldheight;
|
||||
|
||||
if (mobj->scale == mobj->destscale)
|
||||
/// \todo Lua hook for "reached destscale"?
|
||||
switch (mobj->type)
|
||||
{
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
static void P_MaceSceneryThink(mobj_t *mobj)
|
||||
|
|
Loading…
Reference in a new issue