Tweak Boss5MakeItRain's bomb launch angles to properly smash the ceiling in the new arena.

This commit is contained in:
toaster 2019-06-19 23:35:18 +01:00
parent 81882b63b8
commit c8d145e474
1 changed files with 1 additions and 1 deletions

View File

@ -12716,7 +12716,7 @@ void A_Boss5MakeItRain(mobj_t *actor)
actor->angle += ANGLE_45;
var1 = locvar1;
var2 = offset + (i & 1) ? 55 : 70;
var2 = offset + (i & 1) ? 80 : 85;
A_TrapShot(actor);
}