Scale Adventure Air Booster centerpiece from its center

This commit is contained in:
Lach 2024-03-09 16:52:30 +11:00
parent 99908c0700
commit 5e70a5b8e7
2 changed files with 2 additions and 1 deletions

View file

@ -16876,7 +16876,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
sfx_None, // deathsound
0, // speed
50*FRACUNIT, // radius
100*FRACUNIT, // height
2*FRACUNIT, // height
0, // dispoffset
0, // mass
0, // damage

View file

@ -214,4 +214,5 @@ void Obj_AdventureAirBoosterFuse(mobj_t *mobj)
mobj->destscale = mobj->movefactor;
ghost->destscale = mobj->movefactor * 8;
ghost->scalespeed = mobj->movefactor;
ghost->height = mobj->height;
}