mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
Tweak Boss5MakeItRain's bomb launch angles to properly smash the ceiling in the new arena.
This commit is contained in:
parent
81882b63b8
commit
c8d145e474
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue