mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-02 22:22:55 +00:00
Obj_RandomAudienceInit: Increase the scale to 3x instead of 2x
This commit is contained in:
parent
a74b7995c9
commit
178fe3052d
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ Obj_RandomAudienceInit
|
|||
UINT8 numref = 0;
|
||||
INT32 followerpick = 0;
|
||||
|
||||
P_SetScale(mobj, (mobj->destscale <<= 1));
|
||||
P_SetScale(mobj, (mobj->destscale *= 3));
|
||||
|
||||
audience_mainstate(mobj) = S_NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue