Merge remote-tracking branch 'refs/remotes/origin/master' into sonicitems

This commit is contained in:
TehRealSalt 2018-02-05 19:43:32 -05:00
commit f7813d6fef
1 changed files with 1 additions and 1 deletions

View File

@ -1780,7 +1780,7 @@ void K_SpawnMineExplosion(mobj_t *source)
for (i = 0; i < 32; i++)
{
dust = P_SpawnMobj(source->x, source->y, source->z, MT_SMOKE);
dust->angle = ANGLE_90 + ANG1*(11*(i-1));
dust->angle = (ANGLE_180/16) * i;
dust->scale = source->scale;
dust->destscale = source->scale*10;
P_InstaThrust(dust, dust->angle, FixedMul(20*FRACUNIT, source->scale));