Obj_RandomAudienceInit: Increase the scale to 3x instead of 2x

This commit is contained in:
toaster 2023-04-20 23:22:03 +01:00
parent a74b7995c9
commit 178fe3052d

View file

@ -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;