mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
MT_GOTIT: Flip horizontally in reverse gravity, so the text isn't nonsense
Also fixes typo in mobjinfo for "MT_GOIIT"??
This commit is contained in:
parent
d2d0174003
commit
ccd27bb345
2 changed files with 2 additions and 1 deletions
|
|
@ -14052,7 +14052,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
S_NULL // raisestate
|
||||
},
|
||||
|
||||
{ // MT_GOIIT
|
||||
{ // MT_GOTIT
|
||||
-1, // doomednum
|
||||
S_GOTIT, // spawnstate
|
||||
1000, // spawnhealth
|
||||
|
|
|
|||
|
|
@ -8842,6 +8842,7 @@ static boolean P_MobjRegularThink(mobj_t *mobj)
|
|||
P_InstaScale(mobj, mobj->target->scale);
|
||||
P_MoveOrigin(mobj, mobj->target->x, mobj->target->y, mobj->target->z + mobj->target->height/2);
|
||||
K_MatchGenericExtraFlags(mobj, mobj->target);
|
||||
mobj->mirrored = ((mobj->eflags & MFE_VERTICALFLIP) == MFE_VERTICALFLIP);
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue