mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-03 21:52:40 +00:00
UFO Catcher: Adjust for changed glass graphic
This commit is contained in:
parent
c7c78bc72b
commit
2969aabae4
1 changed files with 1 additions and 1 deletions
|
|
@ -903,7 +903,7 @@ void Obj_UFOPieceThink(mobj_t *piece)
|
|||
case UFO_PIECE_TYPE_GLASS:
|
||||
case UFO_PIECE_TYPE_GLASS_UNDER:
|
||||
{
|
||||
piece->destscale = ufo->destscale;
|
||||
piece->destscale = 5 * ufo->destscale / 3;
|
||||
UFOMoveTo(piece, ufo->x, ufo->y, ufo->z);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue